|
Hi But I am always getting the following error Please Help . Best regard Tshitshi |
Answered by
BoDonkey
Apr 10, 2023
Replies: 2 comments 2 replies
|
Hi, |
1 reply
|
Well, it doesn't seem right to me, but looking around the web, it seems like Sass doesn't like relative URLs in npm packages. Again, it doesn't seem quite right, but you can get it working with two changes.
This worked for me, just doesn't seem like you should have to do this. |
1 reply
Answer selected by
ezzle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, it doesn't seem right to me, but looking around the web, it seems like Sass doesn't like relative URLs in npm packages. Again, it doesn't seem quite right, but you can get it working with two changes.
bootstrap-icons.scssfile - not the.cssfile. In that new file, define the$bootstrap-icons-font-diras/modules/asset/fonts.node_modules/bootstrap-icons/font/fontsinto themodules/asset/public/fontsfolder.This worked for me, just doesn't seem like you should have to do this.
Cheers,
Bob