1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +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,
(
"-" + $name: $name,
"-#{$name}": $name,
)
);
}