]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
interpolate instead
authorMark Otto <markdotto@gmail.com>
Sat, 25 Mar 2023 04:07:12 +0000 (23:07 -0500)
committerMark Otto <markdotto@gmail.com>
Sat, 25 Mar 2023 04:07:12 +0000 (23:07 -0500)
scss/functions/_utilities-map.scss

index 95d3c3820a1b97c3e1f7846bd33e5154cc001cb5..07c47e6c0270fe87551ad0937c4f09d286e124da 100644 (file)
@@ -7,7 +7,7 @@
       $breakpoints-map: map-merge(
         $breakpoints-map,
         (
-          "-" + $name: $name,
+          "-#{$name}": $name,
         )
       );
     }