patchcablemgr/assets/scss/bootstrap/mixins/_text-hide.scss
2020-11-22 22:50:42 +00:00

9 lines
154 B
SCSS
Executable File

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