Graupl / graupl

The Graupl mono-repo.
1 stars 0 forks source link

refactor(scss): separate compiled and source scss #48

Closed NickDJM closed 2 months ago

NickDJM commented 2 months ago

This simplifies the end state of the compiled css.

Instead of having to include @graupl/graupl/dist/component/button/button.css you now will just have @graupl/graupl/dist/component/button.css. While this adds a little bit of extra work for source developers, it provides a better DX to downstream devs.