1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00

Fix typos after #36762 (#36771)

This commit is contained in:
Julien Déramond
2022-07-29 21:49:01 +02:00
committed by GitHub
parent db86607c08
commit 17aa6732ab
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
$infix: if($property-class == "" and str-slice($infix, 1, 1) == "-", str-slice($infix, 2), $infix);
// Don't prefix if value key is null (eg. with shadow class)
// Don't prefix if value key is null (e.g. with shadow class)
$property-class-modifier: if($key, if($property-class == "" and $infix == "", "", "-") + $key, "");
@if map-get($utility, rfs) {