For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 updated