blog-rekahsoft-ca/sass/bourbon/addons/_hide-text.scss

6 lines
107 B
SCSS

@mixin hide-text {
color: transparent;
font: 0/0 a;
text-shadow: none;
}