Flowpack / media-ui

The development repository for the new Neos media management interface
GNU General Public License v3.0
20 stars 16 forks source link

[Performance & DX] Use CSS modules instead of JSS #183

Closed Sebobo closed 1 year ago

Sebobo commented 1 year ago

We want to use the variables provided by Neos at some point and the ones provided via the Neos extensibility are mostly. Also JSS creates a lot of overhead for our mostly non dynamic simple components that just need some color or spacing from the theme.

Sebobo commented 1 year ago

Currently having a problem probably due to ParcelJS 1 that CSS classnames are not taken when styles are declared in any package except the media-module package.

Sebobo commented 1 year ago

Implemented in #184