sylhare / Type-on-Strap

🎨 Simplistic, responsive jekyll based open source theme
https://sylhare.github.io/Type-on-Strap/
MIT License
814 stars 902 forks source link

Fix deprecation warning for fontawesome #474

Closed sylhare closed 5 days ago

sylhare commented 5 days ago

Description

Deprecation warning are being shown for fontawesome, but it's not planned to being removed before the next major release. In the meanwhile, I have run the sass migration on fontawesome scss, and that should take care of all the remaining warning.

 sass-migrator module --migrate-deps _sass/external/_font-awesome.scss

Linked with #471 and #470