mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Add CSS variables to all elements
This commit is contained in:
@@ -21,6 +21,7 @@ $box-link-active-shadow: inset 0 1px 2px $box-link-active-shadow-color, 0 0 0 1p
|
||||
--box-padding: #{$box-padding}
|
||||
--box-link-hover-shadow: #{$box-link-hover-shadow}
|
||||
--box-link-active-shadow: #{$box-link-active-shadow}
|
||||
|
||||
@extend %block
|
||||
background-color: var(--box-background-color)
|
||||
border-radius: var(--box-radius)
|
||||
|
||||
Reference in New Issue
Block a user