Sha256: 59836cf1131a785390f9247f53a84d524f1e7f490a8178da15d7d09f29fb1763
Contents?: true
Size: 307 Bytes
Versions: 13
Compression:
Stored size: 307 Bytes
Contents
@mixin hide-text { background-color: transparent; border: 0; color: transparent; font: 0/0 a; text-shadow: none; } // A CSS image replacement method that does not require the use of text-indent. // // Examples // // .ir { // @include hide-text; // }
Version data entries
13 entries across 13 versions & 2 rubygems