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

Version Path
stipe-0.0.6.4 stylesheets/stipe/typography/_ico_font_loop.scss
stipe-0.0.6.3 stylesheets/stipe/typography/_ico_font_loop.scss
stipe-0.0.6.2 stylesheets/stipe/typography/_ico_font_loop.scss
stipe-0.0.6.1 stylesheets/stipe/typography/_ico_font_loop.scss
stipe-0.0.6.0 stylesheets/stipe/typography/_ico_font_loop.scss
stipe-0.0.5.9 stylesheets/stipe/typography/_ico_font_loop.scss
stipe-0.0.5.8 stylesheets/stipe/typography/_ico_font_loop.scss