Zeroing
- src
- utilities
- zeroing.scss
Class list
- .m-0
- .mt-0
- .mb-0
- .ml-0
- .mr-0
- .mx-0
- .my-0
- .m-0-(breakpoint)
- .mt-0-(breakpoint)
- .mb-0-(breakpoint)
- .ml-0-(breakpoint)
- .mr-0-(breakpoint)
- .mx-0-(breakpoint)
- .my-0-(breakpoint)
- .p-0
- .pt-0
- .pb-0
- .pl-0
- .pr-0
- .px-0
- .py-0
- .p-0-(breakpoint)
- .pt-0-(breakpoint)
- .pb-0-(breakpoint)
- .pl-0-(breakpoint)
- .pr-0-(breakpoint)
- .px-0-(breakpoint)
- .py-0-(breakpoint)
- .b-0
- .bt-0
- .bb-0
- .bl-0
- .br-0
- .r-0
- .rtl-0
- .rtr-0
- .rbl-0
- .rbr-0
- .no-background
- .no-shadow
- .no-before
- .no-after
Description
The above classes use the same naming conventions found in spacing and border. Use these classes to set a value of 0 for the associated property.
As always, the values that can be plugged into (breakpoint) are any of the breakpoint suffixes: sm, md, lg.
Backround and Shadow
The .no-background and .no-shadow classes use a value of none as opposed to 0.
Before and After
The .no-before and .no-after classes set the display to none for the related pseudo elements.