Bootstrap is awesome. 💪 But if you are advanced Bootstrap user and you are using customized and lightweight version, you may find a problem to simply toggle ON/OFF all of the utilities Bootstrap 5 provides. Feel free to use this map to reset ALL utilities or a modify the utilites you need.
$utilities: map-merge(
$utilities,
(
"display": null,
"flex": null,
"align": null,
"float": null,
"overflow": null,
"shadow": null,
"position": null,
"top": null,
"bottom": null,
"start": null,
"end": null,
"translate-middle": null,
"border": null,
"border-top": null,
"border-end": null,
"border-bottom": null,
"border-start": null,
"border-color": null,
"border-width": null,
"width": null,
"max-width": null,
"viewport-width": null,
"min-viewport-width": null,
"height": null,
"max-height": null,
"viewport-height": null,
"min-viewport-height": null,
"flex-direction": null,
"flex-grow": null,
"flex-shrink": null,
"flex-wrap": null,
"gap": null,
"justify-content": null,
"align-items": null,
"align-content": null,
"align-self": null,
"order": null,
"margin": null,
"margin-x": null,
"margin-y": null,
"margin-top": null,
"margin-end": null,
"margin-bottom": null,
"margin-start": null,
"negative-margin": null,
"negative-margin-x": null,
"negative-margin-y": null,
"negative-margin-top": null,
"negative-margin-end": null,
"negative-margin-bottom": null,
"negative-margin-start": null,
"padding": null,
"padding-x": null,
"padding-y": null,
"padding-top": null,
"padding-end": null,
"padding-bottom": null,
"padding-start": null,
"font-family": null,
"font-size": null,
"font-style": null,
"font-weight": null,
"line-height": null,
"text-align": null,
"text-decoration": null,
"text-transform": null,
"white-space": null,
"word-wrap": null,
"rtl": null,
"color": null,
"background-color": null,
"gradient": null,
"user-select": null,
"pointer-events": null,
"rounded": null,
"rounded-top": null,
"rounded-end": null,
"rounded-bottom": null,
"rounded-start": null,
"visibility": null,
)
);