sassoctopress

Octopress, change the style sheet in a theme


I'm using Octopress and I'd like to change my stylesheet. It's in a theme called 'slash'

I typed

rake watch

Then went to .themes/mytheme/sass/parts/_syntax.scss and changed some of the code.

but it looks like I get the message:

unchanged sass/screen.scss

Solution

  • If you want to add or override styles, edit sass/custom/_styles.scss. This stylesheet is imported last, so you can override styles with the cascade. More info