Get the imports straightend out for the new mixins.
This commit is contained in:
parent
ec648f17b0
commit
a8da95d4f1
@ -1,3 +1,4 @@
|
||||
@import "lists/horizontal-list";
|
||||
@import "lists/inline-list";
|
||||
@import "lists/inline-block-list";
|
||||
@import "lists/bullets";
|
||||
|
@ -18,6 +18,7 @@
|
||||
@import "bullets";
|
||||
@import "horizontal-list";
|
||||
@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
|
||||
// to have an inline-block layout. Used to implement +inline-block-list.
|
||||
|
Loading…
Reference in New Issue
Block a user