Spacing Vars

Custom Property List

Outputted values are in rem except for --space-*px which is in px.

Propertyrempx

Overide

You can overide the value of --space-** by changing the --base-fs variable.

.myclass {
    --base-fs: 10;
    padding: var(--space-2); // 20px
}

Root Variables

Property