macaron-css / macaron

Compiler-augmented typesafe CSS-in-JS with zero runtime, colocation, maximum safety and productivity
https://macaron.js.org/
MIT License
749 stars 16 forks source link

styled components don't overwrite their parent when they come from another file #46

Open broccolai opened 1 year ago

broccolai commented 1 year ago

Made an example repo here:

https://github.com/broccolai/macaron-bug-example/blob/master/src/App.tsx#L6

image