I'v just updated our project from Angular 10.1 to 13 due to vurnabilitys and now when i try to serve the project i got the following error:
./src/styles/global.css - Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): HookWebpackError: Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): SyntaxError (13:3) C:\ProjectPath\src\styles\base\reset.scss The
text-blueclass does not exist. Iftext-blueis a custom class, make sure it is defined within a@layerdirective.
Currently postcss 8.4.5, postcss-import 14.0.2, postcss-loader 4.0.3, postcss-nested 5.06 and tailwindcss 3.0.13 is installed this is my webpackConfig(https://pastebin.com/bsuD11b7) and this my angular.json(https://pastebin.com/hfm7SENi).
If futher information is needed just ask for it.