patashala/style/cms/bower_components/bootstrap/scss/mixins/_text-hide.scss
Vivek a53135a78d Added based code
Added base code to the repo
2024-02-07 20:19:28 +05:30

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;
}