brouilleursdeblanc/_sass/vendor/bourbon/addons/_hide-text.scss
Michael Rose aadb22ffcf Cleanup stylesheets
- Add Bourbon and Neat
2014-09-04 14:48:52 -04:00

10 lines
128 B
SCSS

@mixin hide-text {
overflow: hidden;
&:before {
content: "";
display: block;
width: 0;
height: 100%;
}
}