@@ -507,51 +507,8 @@ $utilities: map.merge(
507507 responsive: true,
508508 property : margin-inline-start ,
509509 class: ms,
510- values: map . merge ( $ spacers , (auto : auto ))
510+ values: map- merge-multiple ( $spacers , $negative- spacers , (auto : auto ))
511511 ),
512- // Negative margin utilities
513- // "negative-margin": (
514- // responsive: true,
515- // property: margin,
516- // class: m,
517- // values: $negative-spacers
518- // ),
519- // "negative-margin-x": (
520- // responsive: true,
521- // property: margin-inline,
522- // class: mx,
523- // values: $negative-spacers
524- // ),
525- // "negative-margin-y": (
526- // responsive: true,
527- // property: margin-block,
528- // class: my,
529- // values: $negative-spacers
530- // ),
531- // "negative-margin-top": (
532- // responsive: true,
533- // property: margin-block-start,
534- // class: mt,
535- // values: $negative-spacers
536- // ),
537- // "negative-margin-end": (
538- // responsive: true,
539- // property: margin-inline-end,
540- // class: me,
541- // values: $negative-spacers
542- // ),
543- // "negative-margin-bottom": (
544- // responsive: true,
545- // property: margin-block-end,
546- // class: mb,
547- // values: $negative-spacers
548- // ),
549- // "negative-margin-start": (
550- // responsive: true,
551- // property: margin-inline-start,
552- // class: ms,
553- // values: $negative-spacers
554- // ),
555512 // Padding utilities
556513 " padding" : (
557514 responsive: true,
0 commit comments