ensl.org/app/assets/stylesheets/scss/bourbon/addons/_hide-text.scss

6 lines
107 B
SCSS
Raw Normal View History

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