[Blueprint] Add some missing imports so that these modules can be imported individually.

This commit is contained in:
Chris Eppstein 2010-06-01 00:52:28 -07:00
parent af47d987a5
commit 3a524ba38f
2 changed files with 2 additions and 0 deletions

View File

@ -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.

View File

@ -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.