mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-08 10:51:03 +00:00
5 lines
107 B
SCSS
5 lines
107 B
SCSS
@mixin hide-text {
|
|
color: transparent;
|
|
font: 0/0 a;
|
|
text-shadow: none;
|
|
}
|