5 lines
58 B
SCSS
5 lines
58 B
SCSS
|
@for $i from 0 to 250 {
|
||
|
a {
|
||
|
color: $i;
|
||
|
}
|
||
|
}
|