File "_text-hide.scss"
Full Path: /home/asmplong/www/scss/mixins/_text-hide.scss
File size: 231 bytes
MIME-type: text/plain
Charset: utf-8
// 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;
}