mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Check if assigned CSS vars are actually used
This commit is contained in:
@@ -57,7 +57,7 @@ $panel-colors: $colors !default
|
||||
|
||||
border-radius: var(--panel-radius)
|
||||
box-shadow: var(--panel-shadow)
|
||||
font-size: $size-normal
|
||||
font-size: var(--panel-font-size)
|
||||
&:not(:last-child)
|
||||
margin-bottom: var(--panel-margin)
|
||||
// Colors
|
||||
|
||||
Reference in New Issue
Block a user