solana/explorer/src/scss/dashkit/_root.scss

13 lines
162 B
SCSS

//
// root.scss
// Extended from Bootstrap
//
:root {
// Chart variables
@each $color, $value in $chart-colors {
--bs-chart-#{$color}: #{$value};
}
}