File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
site/content/docs/5.3/utilities Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -452,7 +452,8 @@ You can enable responsive classes for an existing set of utilities that are not
452
452
@import " bootstrap/scss/utilities" ;
453
453
454
454
$utilities : map-merge (
455
- $utilities , (
455
+ $utilities ,
456
+ (
456
457
" border" : map-merge (
457
458
map-get ($utilities , " border" ),
458
459
( responsive: true ),
@@ -508,7 +509,8 @@ Missing v4 utilities, or used to another naming convention? The utilities API ca
508
509
@import " bootstrap/scss/utilities" ;
509
510
510
511
$utilities : map-merge (
511
- $utilities , (
512
+ $utilities ,
513
+ (
512
514
" margin-start" : map-merge (
513
515
map-get ($utilities , " margin-start" ),
514
516
( class: ml ),
@@ -574,13 +576,11 @@ $utilities: map-merge(
574
576
(
575
577
// Remove the `width` utility
576
578
" width" : null,
577
-
578
579
// Make an existing utility responsive
579
580
" border" : map-merge (
580
581
map-get ($utilities , " border" ),
581
582
( responsive: true ),
582
583
),
583
-
584
584
// Add new utilities
585
585
" cursor" : (
586
586
property : cursor ,
You can’t perform that action at this time.
0 commit comments