Javascript – sass loader error while building the project
I get he below error while building my project Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: 2 arguments required, but only 1 was passed. ╷ width: rem(300); ^^^^^^^^ Below is my package.json { "name": "test", "version": "3.0.0", "private": true, "scripts": {…