[Blueprint] Add some missing imports so that these modules can be imported individually.
This commit is contained in:
parent
af47d987a5
commit
3a524ba38f
@ -31,6 +31,7 @@
|
||||
// @import blueprint/liquid
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
@import "compass/utilities/general/clearfix";
|
||||
@import "compass/utilities/general/float";
|
||||
|
||||
// Main layout grid, override these constants to build your grid and container sizes.
|
||||
|
@ -1,4 +1,5 @@
|
||||
@import "grid";
|
||||
@import "form";
|
||||
|
||||
// The styles contained here are meant to provide for an attractive experience out of the box
|
||||
// and are expected to be removed once custom visual design begins.
|
||||
|
Loading…
Reference in New Issue
Block a user