CSS spec has been changed to text-decoration-skip-ink.
Please change
-webkit-text-decoration-skip: ink; to text-decoration-skip: ink;
Old Spec:
https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-skip
New Spec:
https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-skip-ink
+1 this is pretty annoying because it shows up as a linting warning.
Fixed in 3.7.6, please confirm
Looks good to me!
It's good. Thank you! Awesome work on the library too, I love working with it 馃憤
Has this also been updated in ant-design-vue?
No idea, you'd have to ask that question here I guess?
https://github.com/vueComponent/ant-design-vue
@vueComponent
+1 this is pretty annoying because it shows up as a linting warning.
am failing to build on my server because of this warning, where can i change it
Most helpful comment
Fixed in
3.7.6, please confirm