mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Add elements CSS variables
This commit is contained in:
@@ -12,7 +12,7 @@ $dimensions: 16 24 32 48 64 96 128 !default;
|
||||
width: 100%;
|
||||
|
||||
&.is-rounded {
|
||||
border-radius: $radius-rounded;
|
||||
border-radius: getVar("radius-rounded");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user