icons8 / line-awesome

Replace Font Awesome with modern line icons
https://icons8.com/line-awesome
Other
1.25k stars 141 forks source link

Use math.div #86

Closed tiramiseb closed 1 year ago

tiramiseb commented 2 years ago

Fix #84

sittingbool commented 2 years ago

Thanks mate

crenes commented 2 years ago

Thank you very much! 👍

KyorCode commented 2 years ago

Thank you, can we get a merge on this?

mcrio commented 2 years ago

Thanks @tiramiseb

Can we have this one merged :)

tiramiseb commented 2 years ago

ping @Icons8-Team @icons8-dev @fatawesome

should we consider this project abandoned?

mcrio commented 2 years ago

Ping @icons8-dev @fatawesome :)

AndyKorek commented 1 year ago

Ping: @icons8-dev @fatawesome ?! o_O

mcrio commented 1 year ago

Ping @fatawesome :) Please merge this one :+1:

dylannnn commented 1 year ago

Since there is no response, I use a workaround to get rid of the warning. In you package.json, add a postinstall script to the scripts section with this command below: "scripts": { ... "postinstall": "npx sass-migrator division node_modules/line-awesome/dist/line-awesome/scss/*.scss" ... }