Hello!
I have been using icon font in Vite by simpley including 1 line in my SCSS file:
@import 'bootstrap-icons/font/bootstrap-icons';
After updating to 1.9, this is no longer working. I assume it is related to changes of font-path variables, hashes, etc. - as mentioned in #1378.
It would be super-cool to keep this compatibility.
Hello!
I have been using icon font in Vite by simpley including 1 line in my SCSS file:
@import 'bootstrap-icons/font/bootstrap-icons';After updating to 1.9, this is no longer working. I assume it is related to changes of font-path variables, hashes, etc. - as mentioned in #1378.
It would be super-cool to keep this compatibility.