diff --git a/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss b/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss index 7ecd84cb..b64f1c11 100644 --- a/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss +++ b/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss @@ -39,10 +39,10 @@ .box { @include box; } // Border on right hand side of a column. You can comment this out if you don't plan to use it. - div.border { + .border { @include border; } // Border with more whitespace, spans one column. - div.colborder { + .colborder { @include colborder; } hr { @include colruler; }