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.
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.