Sha256: 00c7eac34b436e9792d743dd69083ba7d582df50b827e6259a91cba8a8da635b
Contents?: true
Size: 336 Bytes
Versions: 19
Compression:
Stored size: 336 Bytes
Contents
// CSS image replacement @mixin text-hide() { // stylelint-disable-next-line font-family-no-missing-generic-family-keyword font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; @warn "The `text-hide()` mixin has been deprecated as of v4.1.0. It will be removed entirely in v5."; }
Version data entries
19 entries across 17 versions & 4 rubygems