We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plugins: [ { plugin: CracoLessPlugin, options: { cssLoaderOptions: { modules: true, url: true, } , postcssLoaderOptions: { ident:'postcss', plugins: () => [ require("postcss-import")(), require("postcss-cssnext")({ browsers: [ 'last 2 Chrome versions', 'last 2 Edge versions', 'last 2 Safari versions', 'last 2 Firefox versions', ], }), ] }, lessLoaderOptions: { modifyVars: {"@primary-color": "#1DA57A"}, javascriptEnabled: true }, } } ],
error:
./src/pages/Home/Contents/Content.less (./node_modules/react-scripts/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-8-1!./node_modules/react-scripts/node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-8-3!./node_modules/craco-less/node_modules/less-loader/dist/cjs.js??ref--6-oneOf-8-4!./src/pages/Home/Contents/Content.less)
color: #fff; border-bottom: 2px solid color(#00d995 blackness(40%)); ^
Error evaluating function color: keyword.toLowerCase is not a function
color
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error:
./src/pages/Home/Contents/Content.less (./node_modules/react-scripts/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-8-1!./node_modules/react-scripts/node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-8-3!./node_modules/craco-less/node_modules/less-loader/dist/cjs.js??ref--6-oneOf-8-4!./src/pages/Home/Contents/Content.less)
Error evaluating function
color
: keyword.toLowerCase is not a functionThe text was updated successfully, but these errors were encountered: