Sha256: 47e33c0babe6ba154cca88a10a4ee4b3d7cc7c04308c0e945ef75e757a3b41a3
Contents?: true
Size: 559 Bytes
Versions: 7
Compression:
Stored size: 559 Bytes
Contents
%ico-font-base { font-family: $icon_font_alpha; speak: none; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; } @each $icon in $icons { // <-- create listing of PUA pseudo selectors %icon-#{nth($icon, 1)}:before { @extend %ico-font-base; content: nth($icon, 2); margin-right: 0.25em } } @each $icon in $icons { // <-- create listing of PUA pseudo selectors %icon-#{nth($icon, 1)}-after:after { @extend %ico-font-base; content: nth($icon, 2); } }
Version data entries
7 entries across 7 versions & 1 rubygems