twbs / icons

Official open source SVG icon library for Bootstrap.
https://icons.getbootstrap.com
MIT License
7.44k stars 1.07k forks source link

Font hash is hardcoded for Sass #1926

Open XhmikosR opened 10 months ago

XhmikosR commented 10 months ago

This broke in #1374 /CC @GeoSot @mdo.

We could probably get the hash by splitting the string but we'll need a custom Sass function since we still support node-sass (Hugo etc).

Alternatively, we could implement a hash template variable in our https://github.com/twbs/fantasticon fork.

Also, we still have some issues like #1381.