more lines
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@use '@/assets/variables';
|
||||
@use 'sass:list';
|
||||
|
||||
body {
|
||||
color: variables.$text-color;
|
||||
@@ -18,3 +19,9 @@ body {
|
||||
polyline {
|
||||
stroke-width: 1px;
|
||||
}
|
||||
|
||||
@for $i from 1 through list.length(variables.$colors) {
|
||||
.indexed-color.color-#{$i - 1} {
|
||||
#{--indexed-color}: list.nth(variables.$colors, $i);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user