1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

interpolate instead

This commit is contained in:
Mark Otto
2023-03-24 23:07:12 -05:00
parent 850bd19d0e
commit 3583de8bd2

View File

@@ -7,7 +7,7 @@
$breakpoints-map: map-merge( $breakpoints-map: map-merge(
$breakpoints-map, $breakpoints-map,
( (
"-" + $name: $name, "-#{$name}": $name,
) )
); );
} }