mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Add CSS variables test
This commit is contained in:
@@ -2,11 +2,12 @@ $level-item-spacing: calc(var(--block-spacing, #{$block-spacing}) / 2) !default
|
||||
|
||||
.level
|
||||
--level-item-spacing: #{$level-item-spacing}
|
||||
|
||||
@extend %block
|
||||
align-items: center
|
||||
justify-content: space-between
|
||||
code
|
||||
border-radius: $radius
|
||||
border-radius: var(--radius, #{$radius})
|
||||
img
|
||||
display: inline-block
|
||||
vertical-align: top
|
||||
|
||||
Reference in New Issue
Block a user