bootstrap/scss/mixins/_text-hide.scss
2015-09-18 01:19:32 +03:00

8 lines
152 B
SCSS

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