S
S
Svbstrate
Search
⌃
K
Overview
Theming
Styling
React
React Native
CSS
Core
Powered By
GitBook
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
],
}
Previous
Theming
Next
React
Last modified
3mo ago