Files
bulma/sass/themes/basic.sass
2020-08-27 14:01:04 +02:00

8 lines
262 B
Sass

\:root
--black: #{$black}
--black-70: rgba(0, 0, 0, 0.7)
--white: #{$white}
// +registerCSSVarColor('primary', ($primary, $primary-invert, $primary-light, $primary-dark))
@each $name, $components in $colors
+registerCSSVarColor($name, $components)