I'm trying to import a SCSS file in a CSS file. The following error appears when I try to compile the project. Has somebody faced this issue? I've looked in internet, but the error explanation is not that clear. Thanks!
ERROR in ./src/styles.css (./node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!./node_modules/postcss-loader/src??embedded!./src/styles.css)
Module build failed (from ./node_modules/postcss-loader/src/index.js):
Error: ENOENT: no such file or directory, open '\src\theme.scss'
styles.css
@import "/src/theme.scss";
theme.scssinsrcexists?'./'or../.