背景

需要写一个文字的渐变效果,然后找了一个css样式,功能实现了,但是报错

问题

报错信息如下:
vscode中css样式-webkit-background-clip报错
Also define the standard property 'background-clip' for compatibility

解决

后面加了一行代码就好了,如下:
vscode中css样式-webkit-background-clip报错

相关文章:

  • 2021-09-28
  • 2022-01-03
  • 2021-10-02
  • 2021-08-14
  • 2022-12-23
  • 2021-06-24
猜你喜欢
  • 2022-12-23
  • 2021-08-28
  • 2021-11-30
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案