RealStickman a88ea5ab9d Revert "Reset to default theme"
This reverts commit e861eadcf859a9e9db8b2f400df6893f5fdd21e8.
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%;
}
}