Skip to content

Falcikas/boostrap_5_utilities_null

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Description

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.

SCSS $utilites reset variable:

$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,
  )
);

About

Boostrap 5 Utilities SCSS Map merge reset file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors