snipe-it/bower_components/bootstrap/scss/mixins/_text-hide.scss
2017-01-11 03:05:06 -08:00

9 lines
152 B
SCSS

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