2
0
Fork 2
website/_sass/bootstrap/scss/mixins/_text-hide.scss

9 Zeilen
154 B
SCSS

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