[Tests] Add a test case for the blueprint-scaffolding-body mixin.
This commit is contained in:
parent
e0fce3386c
commit
7350e7d6e0
@ -40,3 +40,6 @@ form.inline {
|
|||||||
line-height: 3; }
|
line-height: 3; }
|
||||||
form.inline p {
|
form.inline p {
|
||||||
margin-bottom: 0; }
|
margin-bottom: 0; }
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 1.5em 0; }
|
@ -1,3 +1,5 @@
|
|||||||
@import "blueprint/scaffolding";
|
@import "blueprint/scaffolding";
|
||||||
|
|
||||||
@include blueprint-scaffolding;
|
@include blueprint-scaffolding;
|
||||||
|
|
||||||
|
body { @include blueprint-scaffolding-body; }
|
||||||
|
Loading…
Reference in New Issue
Block a user