Files
Mathieu Lagace 771ed55f53 Initial commit
2018-06-27 19:54:27 -04:00

10 lines
231 B
SCSS
Vendored

// 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;
}