π°Spacing System
Spacing System
Default Values
Build Spacing System
Last updated
Last updated
class="pt-s pt-m__tablet pt-l__desktop pt-xl__fullhd m-0 m-s__tablet mb-xl__desktop"$space-values: (
"auto": auto !important,
"0": 0 !important,
"5xs": 0.2rem !important,
"4xs": 0.4rem !important,
"3xs": 0.8rem !important,
"2xs": 1.2rem !important,
"xs": 1.6rem !important,
"s": 2rem !important,
"m": 2.4rem !important,
"l": 3.2rem !important,
"xl": 4rem !important,
"2xl": 5.6rem !important,
"3xl": 7.2rem !important,
"4xl": 8.8rem !important,
"5xl": 12rem !important,
) !default;npm run build:spacing-system