admin/React_Starter/scss/bootstrap/mixins/_text-hide.scss
Łukasz Holeczek c3354fa29b Hello World!
2017-08-16 12:06:44 +02:00

9 lines
152 B
SCSS
Executable File

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