Sha256: b8d75aea660456fe0b0a0f63374ca967d58f3aaab2d6ba244ed69c90a1c51b9a
Contents?: true
Size: 656 Bytes
Versions: 5
Compression:
Stored size: 656 Bytes
Contents
@mixin i-class($name,$pua) { .#{$classPrefix}#{$name}:before { content: "\f#{$pua}"; } } @mixin ie-class($name,$pua) { .#{$classPrefix}#{$name} { *zoom: expression( this.runtimeStyle['zoom'] = "1", this.innerHTML = "#{$pua};"); } } @mixin face { @font-face { font-family: $fontName; src: url('#{$fontFileName}.eot'); src: url('#{$fontFileName}.eot?#iefix') format('embedded-opentype'), url('#{$fontFileName}.woff') format('woff'), url('#{$fontFileName}.ttf') format('truetype'), url('#{$fontFileName}.svg##{$fontName}') format('svg'); font-weight: normal; font-style: normal; } }
Version data entries
5 entries across 5 versions & 2 rubygems