我正在尝试使用PostCSS Sass Color Function。我得到了这个错误:
Unknown error from PostCSS plugin. Your current PostCSS version is 6.0.22, but postcss-sass-color-functions uses 5.2.18. Perhaps this is the source of the error below.
(node:12911) UnhandledPromiseRejectionWarning: Error: /home/ole/Junk/superflycss/component-button/node_modules/@superflycss/variables-colors/notifications/index.css:76:9: Unable to parse color from string "25%"发布于 2018-12-17 04:22:36
Postcss-sass-color-functions不再像他们的存储库中提到的那样进行维护。
您可以在启用color-mod-function的情况下使用postcss-preset-env来执行相同的操作。
https://stackoverflow.com/questions/51619894
复制相似问题