mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Update elements to CSS variables
This commit is contained in:
@@ -8,7 +8,7 @@ $dimensions: 16 24 32 48 64 96 128 !default
|
||||
height: auto
|
||||
width: 100%
|
||||
&.is-rounded
|
||||
border-radius: $radius-rounded
|
||||
border-radius: var(--radius-rounded, #{$radius-rounded})
|
||||
&.is-fullwidth
|
||||
width: 100%
|
||||
// Ratio
|
||||
|
||||
Reference in New Issue
Block a user