Sha256: 3bc35f84469e202d11ddfc0cac14f4842689e8164827651ef3c1931b21e0c47c
Contents?: true
Size: 763 Bytes
Versions: 39
Compression:
Stored size: 763 Bytes
Contents
$fontFileName: "../fonts/general_foundicons"; $fontName: "GeneralFoundicons"; $classPrefix: "foundicon-"; @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
39 entries across 39 versions & 1 rubygems