mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Add CSS vars to buttons
This commit is contained in:
@@ -3,5 +3,4 @@
|
||||
--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)
|
||||
+registerCSSVarColors($colors)
|
||||
|
||||
Reference in New Issue
Block a user