Sha256: 23116c3e8a2c6696b14a6368ad6b10dae9b81865f298e4c1e5f64880e9393b22
Contents?: true
Size: 337 Bytes
Versions: 6
Compression:
Stored size: 337 Bytes
Contents
// CSS image replacement @mixin text-hide($ignore-warning: false) { // 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; @include deprecate("`text-hide()`", "v4.1.0", "v5", $ignore-warning); }
Version data entries
6 entries across 6 versions & 2 rubygems