mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Add HSLA colors with Sass map fallbacks
This commit is contained in:
7
sass/themes/basic.sass
Normal file
7
sass/themes/basic.sass
Normal file
@@ -0,0 +1,7 @@
|
||||
\: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)
|
||||
Reference in New Issue
Block a user