isso/docs/_static/css/bourbon/addons/_hide-text.scss
2013-11-25 16:57:18 +01:00

6 lines
107 B
SCSS

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