Reuse the reset and clearfix mixins in the horizontal-list declaration.

This commit is contained in:
Chris Eppstein 2008-11-01 11:49:03 -07:00
parent 1182a5cb4d
commit d66f659d9a

View File

@ -1,10 +1,12 @@
@import bullets.sass
@import compass/utilities/general/reset.sass
@import compass/utilities/general/clearfix.sass
// A list(ol,ul) that is layed out such that the elements are floated left and won't wrap.
// This is not an inline list.
=horizontal-list(!padding = 4px)
:overflow auto
:padding-left 0px
:margin 0px
+reset-box-model
+clearfix
li
+no-bullet
:white-space nowrap