Sha256: fc858e2f47e2b9bad1615225f84007206619ee92e60699105a770d002998d7d9
Contents?: true
Size: 327 Bytes
Versions: 7
Compression:
Stored size: 327 Bytes
Contents
[class^="icon-"], [class*=" icon-"] { @include icon-stuff; } // Adding more? Use this handy find/replace regex // \.icon\-([\w\-]+):before \{\n\s*content:\s\"\\([\w\d]+)\";\n\} // '$1': '$2', .icon { @each $icon in $fae-required-icons { &-#{nth($icon, 1)}:before { content: fae-icon(nth($icon, 1)); } } }
Version data entries
7 entries across 7 versions & 2 rubygems