cycat-project-website/_sass/bootstrap/mixins/_text-hide.scss

10 lines
231 B
SCSS
Raw Normal View History

2018-12-09 08:21:01 +01:00
// 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;
}