Replies: 2 comments
-
What did you do to have this fixed? I'm having the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
When compiling SCSS through the command line have you tried adding wwwroot/lib in the --load-path? Something like this:
And make sure Bootstrap source is located withing that folder. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I want to create a custom theme and use webpixels as a starting point.
Currently I'm having the problem, that SASS isn't finding the bootstrap folders.
Notes about compilation and installation process:
The problem occurs the first time that I need to import a stylesheet from the bootstrap folder which is located in wwwroot/lib/bootstrap.
The problem can be reproduced by following these steps:
sass lib\webpixels\css\index.scss StyleSheet.css
These steps lead to following error:
Error: Can't find stylesheet to import.
@import 'bootstrap/scss/functions';
I also have tried installing the bootstrap folder into the wwwroot/lib directory to mimic the folder structure in node_modules when installing with npm.
Thank you alot for your help.
Kind regards
Simon
Beta Was this translation helpful? Give feedback.
All reactions