Add CSS vars to buttons

This commit is contained in:
Jeremy Thomas
2020-08-28 13:54:53 +02:00
parent ea72271795
commit ff889b39fd
4 changed files with 142 additions and 111 deletions

View File

@@ -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)