2017-09-13 07:52:34 +02:00

9 lines
152 B
SCSS
Vendored

// CSS image replacement
@mixin text-hide() {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}