Sha256: 437c814e1cbc8210aea91b698b9b374d289def8347ba6537c2a172dc049659d0
Contents?: true
Size: 245 Bytes
Versions: 1
Compression:
Stored size: 245 Bytes
Contents
@mixin font-smoothing($type) { // none | subpixel-antialiased | antialiased; -moz-font-smoothing: $type; -webkit-font-smoothing: $type; -o-font-smoothing: $type; -ms-font-smoothing: $type; -khtml-font-smoothing: $type; font-smoothing: $type; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
app_sleuth-0.0.1.pre | lib/app_sleuth/server/assets/sass/mixins/css3/_font-smoothing.scss |