mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #3842: restore use of $easing, $radius-rounded and $speed Sass variables
This commit is contained in:
parent
9e64f5034f
commit
29aea4dfc4
@ -2,6 +2,10 @@
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix #3842: restore use of `$easing`, `$radius-rounded` and `$speed` Sass variables
|
||||
|
||||
### Documentation Fixes
|
||||
|
||||
- Fix #3904, #3884: fix website horizontal overflow
|
||||
|
@ -73,13 +73,13 @@ $scheme-main: hsl(iv.$scheme-h, iv.$scheme-s, $scheme-main-l);
|
||||
// Other
|
||||
"block-spacing": iv.$block-spacing,
|
||||
"duration": 294ms,
|
||||
"easing": ease-out,
|
||||
"easing": iv.$easing,
|
||||
"radius-small": iv.$radius-small,
|
||||
"radius": iv.$radius,
|
||||
"radius-medium": iv.$radius-medium,
|
||||
"radius-large": iv.$radius-large,
|
||||
"radius-rounded": 9999px,
|
||||
"speed": 86ms,
|
||||
"radius-rounded": iv.$radius-rounded,
|
||||
"speed": iv.$speed,
|
||||
|
||||
"arrow-color": #{cv.getVar("link")},
|
||||
"loading-color": #{cv.getVar("border")},
|
||||
|
Loading…
Reference in New Issue
Block a user