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
452452@import " bootstrap/scss/utilities" ;
453453
454454$utilities : map-merge (
455- $utilities , (
455+ $utilities ,
456+ (
456457 " border" : map-merge (
457458 map-get ($utilities , " border" ),
458459 ( responsive: true ),
@@ -508,7 +509,8 @@ Missing v4 utilities, or used to another naming convention? The utilities API ca
508509@import " bootstrap/scss/utilities" ;
509510
510511$utilities : map-merge (
511- $utilities , (
512+ $utilities ,
513+ (
512514 " margin-start" : map-merge (
513515 map-get ($utilities , " margin-start" ),
514516 ( class: ml ),
@@ -574,13 +576,11 @@ $utilities: map-merge(
574576 (
575577 // Remove the `width` utility
576578 " width" : null,
577-
578579 // Make an existing utility responsive
579580 " border" : map-merge (
580581 map-get ($utilities , " border" ),
581582 ( responsive: true ),
582583 ),
583-
584584 // Add new utilities
585585 " cursor" : (
586586 property : cursor ,
You can’t perform that action at this time.
0 commit comments