sylhare / Type-on-Strap

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

Update sass fix to work with github-pages deprecated sass converter #415

Closed sylhare closed 11 months ago

sylhare commented 11 months ago

Description

The GitHub pages gem is using an old (and deprecated) version of the sass converter which does not have the @use in it (v1.5.2) so I removing it and hard-coding the value for now, since the previous notation was being deprecated.