Sha256: 1daa50036fca9ca32fd7f5a0e39e720f6432bf077eca7cde56d4b7e7cbb2503b
Contents?: true
Size: 469 Bytes
Versions: 16
Compression:
Stored size: 469 Bytes
Contents
@mixin no-bullet { list-style-type: none; margin-left: 0px; } @mixin list-bar { @include reset-box-model; @include no-bullet; display: block; float: left; li { float: left; } } @mixin horizontal-list-container { @include reset-box-model; } @mixin horizontal-list-item { @include no-bullet; float: left; white-space: nowrap; } @mixin horizontal-list { @include horizontal-list-container; li { @include horizontal-list-item; } }
Version data entries
16 entries across 16 versions & 1 rubygems