]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/styles.scss
Upgraded php and npm deps
[bookstack] / resources / sass / styles.scss
index 743db9888f771b69bc42d429cbfb8d81e88e1031..37f39a4f74f8f5c3c43cf9f7bc9c051c956bd785 100644 (file)
@@ -1,3 +1,5 @@
+@use "sass:math";
+
 @import "reset";
 @import "variables";
 @import "mixins";
@@ -109,8 +111,8 @@ $btt-size: 40px;
   color: #FFF;
   fill: #FFF;
   svg {
-    width: $btt-size / 1.5;
-    height: $btt-size / 1.5;
+    width: math.div($btt-size, 1.5);
+    height: math.div($btt-size, 1.5);
     margin-inline-end: 4px;
   }
   width: $btt-size;