mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 08:25:46 +07:00
8 lines
237 B
SCSS
8 lines
237 B
SCSS
@for $item from 2 through length($o-colors) {
|
|
.fucking_color_key_#{$item - 1} {
|
|
$background-color: nth($o-colors, $item);
|
|
color: color-contrast($background-color);
|
|
background-color: $background-color;
|
|
}
|
|
}
|