mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
8 lines
262 B
Sass
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)
|