Svbstrate
  • Overview
  • Theming
  • Styling
  • React
  • React Native
  • CSS
  • Core
Powered by GitBook
On this page

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],
}
PreviousThemingNextReact

Last updated 1 year ago