-
Notifications
You must be signed in to change notification settings - Fork 7
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
PostCSS 8 support #31
Conversation
@ai @XhmikosR Trying to add support for PostCSS 8.x here, but seem to be having issues with the source maps on Windows. Received:
Expected:
Do you have any idea what this could be? |
I don't think dropping support for all node versions except the current is the right move. |
@nDmitry oops my bad. Updated the PR. Still need to figure out why it's failing on Windows |
About the Windows issue, if you modify the sourcemaps here, make sure you don't use the generic path functions; instead use the |
Since I'm on Windows, I'll have a look today. Sourcemaps can be tricky because the paths should always be Unix ones (not sure what the specs say, but this works everywhere AFAICT from all these years). |
This turns out to be tricky. We should move with postcss 8.x and make a new issue about the Windows issue so that we try to fix it later. EDIT:
The EDIT2:
|
I've managed to find a fix in the postcss core. Will submit a PR and see what the author has to say EDIT: didn't pass their tests |
No description provided.