-
-
Notifications
You must be signed in to change notification settings - Fork 66
fix order of rules #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
Conversation
Can you add a test for this fix (I am not sure what order do you try to fix). |
Released in 2.0.1 |
Thanks :) |
@ai still seeing this issue, can you see my configuration in webpack-contrib/postcss-loader#210 to see if anything is off? I can't tell if the issue is this plugin or the loader... |
Can you describe you exactly problem here? Input CSS, output, expected output? (Today is hard day for me, so I need you help) |
Yeah, no worries. I'm actually going to put together a minimal test case for this in the issue I linked to above so I'll cc you once I have that ready. |
Thanks, I will look tomorrow. |
@skipjack I tested with latest body {
margin: 0;
}
.test {
display: flex;
font-size: 3em;
height: 100vh;
justify-content: center;
align-items: center;
color: black;
background: grey;
}
.test--white {
color: white;
}
.test--blue {
color: blue;
} Very strange that we have different behaviour in your demo. |
Ah thanks for testing... it actually turned out to be postcss-cssnext, sorry for bugging you! |
Исправление для сломавшегося порядка следования правил.