16
app/colors.scss
Executable file
16
app/colors.scss
Executable file
@@ -0,0 +1,16 @@
|
||||
@import "./styles/variables";
|
||||
|
||||
@each $name, $color in $dashboard-colors {
|
||||
.fg-color--#{ $name } {
|
||||
color: $color;
|
||||
}
|
||||
.bg-color--#{ $name } {
|
||||
background-color: $color;
|
||||
}
|
||||
}
|
||||
|
||||
:export {
|
||||
@each $name, $color in $dashboard-colors {
|
||||
#{$name}: $color
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user