gethugothemes / bigspring-light-hugo

Bigspring is a Hugo startup theme. It has a clean, minimal, fresh UI.
https://gethugothemes.com/products/bigspring/?utm_source=bigspring_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
198 stars 299 forks source link

How to include custom CSS? #62

Closed biegeeinheit closed 2 years ago

biegeeinheit commented 2 years ago

Adding a file assets/scss/style.scss in the project dir seems to use only that file and the existing CSS of the theme is ignored.

How exactly do I add a custom CSS to the extisting CSS without overwriting it?

Thank you.

biegeeinheit commented 2 years ago

Got it, it has to be in the file _custom.scss to work. I'll close the issue.