]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #3842: restore use of $easing, $radius-rounded and $speed Sass variables
authorJeremy Thomas <bbxdesign@gmail.com>
Wed, 18 Sep 2024 11:41:28 +0000 (12:41 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 18 Sep 2024 11:41:28 +0000 (12:41 +0100)
CHANGELOG.md
sass/themes/light.scss

index 40f184123087d7735c68942ef226ef52ccec01b3..2ed14379ce12fe40db5dedc8c783186a9727517a 100644 (file)
@@ -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
index f77958ced7fada631c9b19fb2272ed49e4fde8d9..a322997323a31ad6a1d87bfaecd87d31b0b91b4e 100644 (file)
@@ -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")},