[Tests] Add a test case for the blueprint-scaffolding-body mixin.

This commit is contained in:
Chris Eppstein 2010-06-01 08:51:29 -07:00
parent e0fce3386c
commit 7350e7d6e0
2 changed files with 6 additions and 1 deletions

View File

@ -40,3 +40,6 @@ form.inline {
line-height: 3; }
form.inline p {
margin-bottom: 0; }
body {
margin: 1.5em 0; }

View File

@ -1,3 +1,5 @@
@import "blueprint/scaffolding";
@include blueprint-scaffolding;
@include blueprint-scaffolding;
body { @include blueprint-scaffolding-body; }