question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
hedrovichcommented, Jan 23, 2019

Now released! just upgrade antd Thanx a lot.

5reactions
zombieJcommented, Jan 15, 2019

how can i remove this error? already update in new latest version

We will release patch version every weekend.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found