ausybenelux / Ocelot

Ocelot is a theming starter kit for drupal 7.
5 stars 2 forks source link

Rename utils/mixins/_fa.scss to _icons.scss #120

Closed driesd closed 8 years ago

driesd commented 9 years ago

Add Fontello icon mixin:

@mixin fontello-icon ($code) { @include fontsmoothing(); color: inherit; content: $code; line-height: 1; speak: none; display: inline-block; font-family: Fontello; text-rendering: auto; transform: translate(0, 0); }