material-foundation / material-theme-builder

Visualize dynamic color and create a custom Material Theme.
https://material-foundation.github.io/material-theme-builder/
Apache License 2.0
360 stars 27 forks source link

Variants for extended colors are not exported. #195

Open atl3tico opened 11 months ago

atl3tico commented 11 months ago

Describe the bug When adding a custom color to a theme and exporting it to CSS, only the core colors is being exported.

To Reproduce Steps to reproduce the behavior:

  1. Go to theme-builder
  2. Add custom colors
  3. Click on 'Export / CSS'

Expected behavior In tokens.css, I expected to see every custom color with its variants.

Screenshots image

image