wjh18 / hugo-liftoff

Minimal blog/portfolio theme with a focus on content creation and SEO best practices. An ideal choice for technical users jump-starting a personal brand.
https://hugo-liftoff.netlify.app
MIT License
93 stars 27 forks source link

Modularize / clean up CSS by converting it to Sass for future maintainability and extensibility #7

Closed wjh18 closed 2 years ago

wjh18 commented 2 years ago

Is your feature request related to a problem? Please describe. Currently the styles are written in vanilla CSS with BEM. There are a lot of repeated styles and it's starting to get messy.

Describe the solution you'd like There is already CSS -> Sass processing built into the theme, so the obvious solution is to convert the existing CSS to Sass where appropriate. SCSS is preferred so that vanilla CSS can be sprinkled in if needed.

Describe alternatives you've considered N/a

Additional context N/a

wjh18 commented 2 years ago

Accidentally closed the wrong issue. Re-opening.

wjh18 commented 2 years ago

Complete as of 1766d9b67f01941c3b1378c53d83794931c05a51