Creating Jekyll Skins with Sass 1.80.0 #5
Replies: 1 comment
-
test comment |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Creating Jekyll Skins with Sass 1.80.0
When I first started writing the code for this website, I had cobbled together styles from Cayman, Rouge and a good amount of Coolors to iterate on the color schemes. But as my site grew, I wanted to refactor the code into a reusable Jekyll theme: Jekyll Theme Manpage, a cuter version of the classic Linux Manpage. One of the challenges I faced was updating the theme to work with Sass 1.80.0, which shows this warning: Warning: @import is deprecated and will be removed in Sass 2.0.0. Use @use instead.
https://www.drshika.com/2025/01/09/Themed-Styles-With-Sass
Beta Was this translation helpful? Give feedback.
All reactions