Get the imports straightend out for the new mixins.

This commit is contained in:
Chris Eppstein 2010-08-25 08:54:33 -07:00
parent ec648f17b0
commit a8da95d4f1
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
@import "lists/horizontal-list"; @import "lists/horizontal-list";
@import "lists/inline-list"; @import "lists/inline-list";
@import "lists/inline-block-list";
@import "lists/bullets"; @import "lists/bullets";

View File

@ -18,6 +18,7 @@
@import "bullets"; @import "bullets";
@import "horizontal-list"; @import "horizontal-list";
@import "compass/utilities/general/float"; @import "compass/utilities/general/float";
@import "compass/css3/inline-block";
// Can be mixed into any selector that target a ul or ol that is meant // Can be mixed into any selector that target a ul or ol that is meant
// to have an inline-block layout. Used to implement +inline-block-list. // to have an inline-block layout. Used to implement +inline-block-list.