hugo-whisper-theme/assets/scss/bootstrap/mixins/_text-hide.scss
2019-02-17 16:55:16 +10:00

9 lines
231 B
SCSS
Executable file

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