UNPKG

152 BSCSSView Raw
1// CSS image replacement
2@mixin text-hide() {
3 font: 0/0 a;
4 color: transparent;
5 text-shadow: none;
6 background-color: transparent;
7 border: 0;
8}