diff --git a/frameworks/compass/stylesheets/compass/utilities/_lists.scss b/frameworks/compass/stylesheets/compass/utilities/_lists.scss index 66dcfefe..3365f30a 100644 --- a/frameworks/compass/stylesheets/compass/utilities/_lists.scss +++ b/frameworks/compass/stylesheets/compass/utilities/_lists.scss @@ -1,3 +1,4 @@ @import "lists/horizontal-list"; @import "lists/inline-list"; +@import "lists/inline-block-list"; @import "lists/bullets"; diff --git a/frameworks/compass/stylesheets/compass/utilities/lists/_inline-block-list.scss b/frameworks/compass/stylesheets/compass/utilities/lists/_inline-block-list.scss index dfc7c1b5..907d443a 100644 --- a/frameworks/compass/stylesheets/compass/utilities/lists/_inline-block-list.scss +++ b/frameworks/compass/stylesheets/compass/utilities/lists/_inline-block-list.scss @@ -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.