Sha256: 0fe14e38edb694a1bc717b0e4bf4f22effcbdc12b4da4429190c3bf2da5163a0
Contents?: true
Size: 945 Bytes
Versions: 94
Compression:
Stored size: 945 Bytes
Contents
// +list(12px 24px, fa '\f192', 12px 3px 8px) // +list(margin-left margin-bottom, fa '\f192', icon-size top left) =list($margins: null, $list-style: null, $icon-position: null) margin-left: optional_nth($margins, 1) margin-bottom: optional_nth($margins, 2) @for $i from 1 through length($list-style) @if nth($list-style, $i) == "fa" list-style-type: none >li position: relative display: block padding-left: optional_nth($icon-position, 1) + optional_nth($icon-position, 3) &:before +fa(optional_nth($list-style, $i + 1)) +text-block(optional_nth($icon-position, 1) optional_nth($icon-position, 1)) +position(absolute, left 0, top optional_nth($icon-position, 2)) @else if list_style_type(nth($list-style, $i)) list-style-type: nth($list-style, $i) @else if list_style_position(nth($list-style, $i)) list-style-position: nth($list-style, $i)
Version data entries
94 entries across 94 versions & 1 rubygems