dojo / themes

Dojo Framework Themes
11 stars 19 forks source link

Build theme and process css through postcss and css modules #22

Closed agubler closed 6 years ago

agubler commented 6 years ago

Enhancement

In addition to distributing the raw css files for themes, we need to build and process the css files through postcss and css modules. In doing so we'll need to reevaluate the distributable structure as current dist is being used to ship the built themes for use with custom elements.

agubler commented 6 years ago

This also includes transpiling the typescript which currently, it is not.