4

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
redconservatory
  • 21,438
  • 40
  • 120
  • 189

1 Answers1

3

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

Snger
  • 1,374
  • 19
  • 23