我在react项目中得到了这些警告:( node_module文件夹中的包是最新的)。
我该如何解决这些警告呢?
/src/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./src/index.css)警告 (309:5) start值有混合支持,请考虑使用printWarnings @ webpackHotDevClient.js:138 ./src/index.css警告 (457:5)梯度有过时的方向语法。新语法类似于
to left,而不是right。./src/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./src/index.css)警告 (477:5)梯度有过时的方向语法。新语法类似于to left,而不是right。./src/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-4-1!./node_modules/postcss-loader/src??postcss!./src/index.css)警告 (497:5)梯度有过时的方向语法。新语法类似于to left,而不是right。
发布于 2021-07-03 14:02:10
我没有使用top,而是使用了to bottom值。
https://stackoverflow.com/questions/68184435
复制相似问题