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

[feature] Implement useTheme processor #94

Closed brijeshb42 closed 4 weeks ago

brijeshb42 commented 1 month ago

to replace the useTheme function calls with an import from Pigment package. Also re-export RtlProvider from @mui/system.

Fixes https://github.com/mui/material-ui/issues/42260

There will be a follow-up PR to implement the runtime part from a generated source at build-time.

brijeshb42 commented 4 weeks ago

Closing in favor or #105