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
396 stars 19 forks source link

[react] Remove sx transform logic and leverage Emotion unitless #149

Closed siriwatknp closed 1 week ago

siriwatknp commented 1 week ago

closes #133

I found the comment about unitless and tried with @emotion/unitless. I don't see any problem. I am happy to revert the change if you think it should be a separate PR.


brijeshb42 commented 1 week ago

Why is the lockfile changing so much ?

siriwatknp commented 1 week ago

Why is the lockfile changing so much ?

I open this PR before updating the package manager in package json. It's fixed now.