May 8, 20206 yr Hi, and thank you for checking out my post. I am having an issue compiling the 'styles .scss file into a styles .css file' , when both files are located inside two different folders. Example: scss file --> assets/scss/styles.scss and css file --> assets/css/style.css. this is the error message I get: Quote Error: Can't find stylesheet to import' 1 | @import "node_modules/bootstrap/scss/bootstrap"; scss\styles.scss 1:9 root stylesheet Can anyone help me figure this out, Please? Edited May 8, 20206 yr by MartyBoi65
October 7, 20205 yr On 5/9/2020 at 2:54 AM, MartyBoi65 said: Hi, and thank you for checking out my post. I am having an issue compiling the 'styles .scss file into a styles .css file' , when both files are located inside two different folders. Example: scss file --> assets/scss/styles.scss and css file --> assets/css/style.css. this is the error message I get: Can anyone help me figure this out, Please? i can see in your file path for scss file you named styles.scss and for css file you named style.css ? make both names similar and try to compile again like below --sass watch assets/scss/styles.scss assets/css/styles.css.
Create an account or sign in to comment