Export Formats
Font Sizes
Export Formats
Font Sizes
After configuring your theme in the editor, you can export font sizes 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.
.headings {
font-size: var(--font-size-lg);
}