-
Notifications
You must be signed in to change notification settings - Fork 58
Fails to merge properties for a selector with other styles present #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If the
b.css
actual.css === expected.css
|
If each declaration is in a separate file, it works as expected, depending on the a.css
b.css
c.css
actual.css === expected.css
|
index.js
will produce the offending output, whereas importing
So, does order matter with these sheets, really? Shouldn't they be merged anyway? I think it would be a bit cumbersome to have to optimize the order of my imports if it can be done automatically. |
Will take a look in the weekend, but i suspect it is a |
It seems this is the expected behavior.
|
Edit: See final update below.
a.css
b.css
expected.css
actual.css
If the
body
style is omitted, it merges the#root
styles as expected.The text was updated successfully, but these errors were encountered: