mirror of
https://github.com/maputnik/editor.git
synced 2025-12-24 15:10:01 +00:00
Use new scss syntax (#1015)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@import '../styles/vars';
|
||||
@use '../styles/vars';
|
||||
|
||||
.SmallError {
|
||||
color: #E57373;
|
||||
font-size: $font-size-6;
|
||||
margin-top: $margin-2
|
||||
font-size: vars.$font-size-6;
|
||||
margin-top: vars.$margin-2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user