Skip to content
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

dev: PostCSS v8 upgrade, "postcss-cssnext" deprecation #1196

Closed
danielweck opened this issue Oct 2, 2020 · 2 comments · Fixed by #1589
Closed

dev: PostCSS v8 upgrade, "postcss-cssnext" deprecation #1196

danielweck opened this issue Oct 2, 2020 · 2 comments · Fixed by #1589
Assignees
Projects

Comments

@danielweck
Copy link
Member

danielweck commented Oct 2, 2020

postcss-loader already supports v8:

https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md


postcss-mixins is ready (but Thorium is currently using the older version to avoid a breaking change):

https://github.com/postcss/postcss-mixins/blob/master/CHANGELOG.md


postcss-cssnext is deprecated so Thorium should replace this dependency:

https://www.npmjs.com/package/postcss-cssnext


postcss-import is not ready yet:

postcss/postcss-import#427

@danielweck danielweck self-assigned this Oct 2, 2020
@danielweck
Copy link
Member Author

postcss-preset-env (the replacement for postcss-cssnext) is not ready yet:

csstools/postcss-preset-env#191

Migration notes (we must pay attention to "nesting", I think):

csstools/postcss-preset-env#32

@danielweck
Copy link
Member Author

@danielweck danielweck added this to To do in 1.8 via automation Nov 12, 2021
@danielweck danielweck moved this from To do to Done in 1.8 Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
1.8
Done
1 participant