6 lines
62 B
SCSS
6 lines
62 B
SCSS
|
@import "variables";
|
||
|
|
||
|
.error {
|
||
|
color: $color-alert;
|
||
|
}
|