Files
docker-nginx-dhi/docker-persist/html/css/bourbon/addons/_hide-text.scss
2024-10-24 19:11:39 +00:00

11 lines
128 B
SCSS
Executable File

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