mui / pigment-css

Pigment CSS is a zero-runtime CSS-in-JS library that extracts the colocated styles to their own CSS files at build time.
MIT License
389 stars 18 forks source link

[core] Enable support for base and variant styles #107

Open brijeshb42 opened 1 month ago

brijeshb42 commented 1 month ago

through css layers. Behind a feature-flag right now but the aim is to make this default before v1 release.

This makes sure that a wrapping component is able to override the base styles of the base component. See the fixture files for input and output.