intuit / postcss-themed

A PostCSS plugin for generating themes.
MIT License
62 stars 32 forks source link

Add Multi-Build Usage Example #26

Open tylerkrupicka opened 3 years ago

tylerkrupicka commented 3 years ago

This is similar to https://github.com/intuit/postcss-themed/issues/23 and https://github.com/intuit/postcss-themed/issues/22!

This project has a niche option called forceSingleTheme, which only outputs one theme. We use this with DS-CLI Multi Build to generate multiple theme files for a single component.

Basically:

While we have this working on an internal project, we don't have any public examples of these two projects working together! If you are interested in learning more about DS-CLI or our theme architecture, this is the perfect project.

I would like to create a folder in the repository called examples and in it add a folder called multibuild which has a simple app using the modern theme configuration and PostCSS.

This would require:

anchal0997 commented 2 years ago

Hi @tylerkrupicka, I would like to contribute to this issue.

rum1887 commented 9 months ago

Hi @tylerkrupicka, if this issue is still open, can this be assigned to me?