5 lines
No EOL
125 B
SCSS
5 lines
No EOL
125 B
SCSS
@use 'vars' as *;
|
|
|
|
.text--error { color: $c-red; }
|
|
.text--warning { color: $c-yellow; }
|
|
.text--success { color: $c-green; } |