monkeyWzr / hugo-theme-cactus

Cactus theme for hugo
MIT License
537 stars 338 forks source link

Move to SASS #57

Closed onweru closed 3 years ago

onweru commented 3 years ago

Following @Nizzlay request in #15, I migrated the stylus styles to sass. This PR does that. For easy testing, I have deployed both the darkmode and lightmode results on netlify directly from the exampleSite. Voila

  1. https://cactus-sass-dark.netlify.app
  2. https://cactus-sass-light.netlify.app
Nizzlay commented 3 years ago

@onweru @monkeyWzr

Should this PR also include cleaning up the stylus parts? Since they are no longer needed after this one is merged.

onweru commented 3 years ago

Should this PR also include cleaning up the stylus parts? Since they are no longer needed after this one is merged.

I was reluctant to do so. I figured @monkeyWzr would decide to remove stylus or not to.

monkeyWzr commented 3 years ago

@onweru @Nizzlay Thank you for helping!! I'll merge this one as soon as possible. (There were one or more merged changes that are either in stylus or in css files. Let me check those diffs first.) And very sorry for the delayed response.

Thanks again!