grass/benches/big_for.scss

5 lines
58 B
SCSS
Raw Normal View History

2020-05-24 11:38:14 -04:00
@for $i from 0 to 250 {
a {
color: $i;
}
}