use autoprefixer 9.4.5 in postcss (webpack) get a error
See original GitHub issue- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
https://github.com/postcss/autoprefixer/releases/tag/9.4.5
Steps to reproduce
in “autoprefixer”: “9.4.5” has a error.
Replace text-decoration-skip: ink
to text-decoration-skip-ink: auto
, because spec had been changed
https://github.com/postcss/autoprefixer/releases/tag/9.4.5
- Fix text-decoration-skip-ink support.
WARNING in ./node_modules/antd/lib/style/index.less (./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src!./node_modules/less-loader/dist/cjs.js??ref--6-3!./node_modules/antd/lib/style/index.less)
Module Warning (from ./node_modules/postcss-loader/src/index.js):
Warning
(155:3) Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed
What is expected?
What is actually happening?
Environment | Info |
---|---|
antd | 3.12.2 |
React | ^16.7.0 |
System | OSX 10.14.2 (18C54) |
Browser | Chrome 71 |
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:12 (4 by maintainers)
Top Results From Across the Web
postcss-loader | webpack - JS.ORG
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable...
Read more >Postcss-loader Autoprefixer not working with Webpack 3
Within the series of loaders I have, I'm using the autoprefixer plugin that is used within postcss-loader . However, nothing seems to be ......
Read more >autoprefixer | Yarn - Package Manager
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 >wpemerge/Lobby - Gitter
Just did a fresh setup and did nothing but run yarn build:production - frontend.min.css is minified and a one-liner. What are you seeing...
Read more >postcss-loader - npm
PostCSS loader for webpack. Latest version: 7.0.2, last published: 25 days ago. Start using postcss-loader in your project by running `npm i ...
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
Now released! just upgrade antd Thanx a lot.
We will release patch version every weekend.