vscode中css样式-webkit-background-clip报错
时间:2021-07-21 22:57:08
收藏:0
阅读:100
背景
需要写一个文字的渐变效果,然后找了一个css样式,功能实现了,但是报错
问题
报错信息如下:

Also define the standard property ‘background-clip‘ for compatibility
解决
后面加了一行代码就好了,如下:

原文:https://www.cnblogs.com/xihailong/p/15041171.html
评论(0)