Export Formats
Colors
Export Formats
Colors
After configuring your theme in the editor, you can export colors to be used by your app.
We currently export to the following file types: .js
, .ts
, .css
, .scss
, .json
. If you’re using tailwind, we also export to common js to work nicely with your tailwind config.
.primary-button {
background-color: var(--color-primary);
}