Issue in starting sass
First off, i have exisiting .css file doing some mini project of mine then i encountered limitation of css so i need the help of sass, installation of sass was pretty smooth but when i start it, it won't recognized my exisiting .css file. I don't know how to integrate it or place it to be able to be recognized.
Note: This is my first time using and install sass :laugh: and i also followed sir Kevin's tutorials on installing npm and starting it.
Here's the error prompt:
Error: Can't find stylesheet to import.
╷
1 │ @use "base";
│ ^^^^^^^^^^^
╵
src\sass\style.scss 1:1 root stylesheet
Please see the attached photo to see my files.
0 Replies