Describe the bug
Currently we have the sass plugin added as one of the project deps.
To Reproduce
Steps to reproduce the behaviour:
- Go to 'package.json'
- Scroll down to 'devDependencies'
- See
"sass": "1.55.0",
Expected behavior
Remove it by running yarn remove sass
Describe the bug
Currently we have the sass plugin added as one of the project deps.
To Reproduce
Steps to reproduce the behaviour:
"sass": "1.55.0",Expected behavior
Remove it by running
yarn remove sass