Autoprefixer breaks the build after 7.2.x release
See original GitHub issueFor some reason Autoprefixer causes the webpack build to break because of this line
https://github.com/devtools-html/devtools-core/blob/master/packages/devtools-launchpad/src/components/LandingPage.css#L103.
Not sure what its issue is with text-align: center
.
Here is a screenshot of the error
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
autoprefixer/CHANGELOG.md at main - GitHub
Parse CSS and add vendor prefixes to rules by Can I Use - autoprefixer/CHANGELOG.md at main · postcss/autoprefixer.
Read more >autoprefixer - npm
PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use. It is recommended by Google...
Read more >Error: PostCSS plugin autoprefixer requires ... - Stack Overflow
Works for me - was not able to add "post-css" package via terminal but after adding the line manually into package.json and reinstalling ......
Read more >postcss-preset-env | Yarn - Package Manager
Important: This documentation covers modern versions of Yarn. For 1.x docs, see classic.yarnpkg.com. Yarn.
Read more >this version of postcss-preset-env is not optimised to work with ...
Project was building successfully until after updating autoprefixer package. Code Sample. N/A. Your Environment. Software, Version(s). Parcel, ^ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
OK. I can’t reproduce it, but I should fix it 😅 Fix 0072163
My guess is that PostCSS AST was broken in devtools-html.
Thanks for the quick response!