Style.css not loading

Hello!

So I’m fairly new to web development and very new to wordpress. Can somebody tell me why none of my updates to style.css are loading? Sorry if this is a dumb question!

Sage doesn’t mindlessly follow the more senseless WordPress conventions. We don’t use style.css for anything other than defining the theme, so the stylesheet doesn’t need to be loaded.

Style changes should be made in the appropriate *.scss file and then compiled via Gulp.

Ben’s book is the best place to start learning Sage: https://roots.io/books/theme-development-with-sage/

Sage and our documentation assumes you know WordPress quite well, so before you buy the book you should read though and consider this also: https://roots.io/sage-should-not-be-your-first-wordpress-theme/

I see. Thanks for the reply I will look into that material!