mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
7 lines
212 B
Sass
7 lines
212 B
Sass
\:root
|
|
--black: #{$black}
|
|
--black-70: rgba(0, 0, 0, 0.7)
|
|
--white: #{$white}
|
|
// +registerCSSVarColor('primary', ($primary, $primary-invert, $primary-light, $primary-dark))
|
|
+registerCSSVarColors($colors)
|