Reuse the reset and clearfix mixins in the horizontal-list declaration.
This commit is contained in:
parent
1182a5cb4d
commit
d66f659d9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user