Borders
All borders are provided as custom properties.
To access them the var()
CSS function can be called with the border's name:
.some-example {
border: var(--theme-primary-bdr-1);
}
All borders are provided as custom properties.
To access them the var()
CSS function can be called with the border's name:
.some-example {
border: var(--theme-primary-bdr-1);
}