wiki-grav/themes/learn2/scss/vendor/bourbon/addons/_hide-text.scss
2022-04-24 14:32:58 +02:00

11 lines
128 B
SCSS

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