mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 22:04:59 +00:00
6 lines
107 B
SCSS
6 lines
107 B
SCSS
@mixin hide-text {
|
|
color: transparent;
|
|
font: 0/0 a;
|
|
text-shadow: none;
|
|
}
|