zerostaticthemes / hugo-hero-theme

A multi-page Hugo theme with fullscreen hero images and fullwidth sections.
https://hugo-hero.netlify.app
MIT License
361 stars 252 forks source link

How to update CSS? #12

Closed cujarrett closed 5 years ago

cujarrett commented 5 years ago

I'm trying to update the CSS and can't figure it out as to how to get it reflected in the localhost in Chrome.

Can you help?

cujarrett commented 5 years ago

I got around it by adding some style tags in the theme head but would like to consider a custom.css that takes any custom css and applies it on top of the theme.

JugglerX commented 5 years ago

You just edit any of the .scss files in /assets/scss/

when you run hugo server or hugo build it will compile the scss into css on the fly.