wiki-grav/themes/learn2/scss/vendor/bourbon/addons/_hide-text.scss
2022-06-24 18:08:45 +02:00

11 lines
128 B
SCSS

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