-
Hi But I am always getting the following error Please Help . Best regard Tshitshi |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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.scss
file - not the.css
file. In that new file, define the$bootstrap-icons-font-dir
as/modules/asset/fonts
.node_modules/bootstrap-icons/font/fonts
into themodules/asset/public/fonts
folder.This worked for me, just doesn't seem like you should have to do this.
Cheers,
Bob