S
S
Svbstrate
Search
K

Styling

Styling in Svbstrate should look pretty familiar.
{
color: '#ff4567',
// responsive styles
padding: [20, 40, 60],
}
Or with some aliases and tokens:
{
c: 'primary',
p: [20, 40, 60],
}
Last modified 3mo ago