Question

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
Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top