I’ve looked through all the existing Sass compilation help tabs, but nothing seems to be working for me. It seems like I’m doing everything by the book and yet my override sass is just not getting compiled either locally or on my github pages site. It’s set up with a custom domain at jeannestockfineart.com.
Following the minima theme’s directions for overriding css:
- Create a new file main.scss at /assets/
- Add the frontmatter dashes, and
- Add @import “minima”;, to /assets/main.scss
- Add your custom CSS.
I feel like I’m losing my mind here!