webpack 构建时,css 报错:
Gradient has outdated direction syntax. New syntax is like "to left" instead of "right"
解决方法:
这个是 gradient 语法过期的错误。我们定位到报错的地方:
将 right 替换为 to left
有时候我们是 top,替换为 to bottom
webpack 构建时,css 报错:
Gradient has outdated direction syntax. New syntax is like "to left" instead of "right"
解决方法:
这个是 gradient 语法过期的错误。我们定位到报错的地方:
将 right 替换为 to left
有时候我们是 top,替换为 to bottom