Export Formats
Colors

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);
}