SASS Compile Times

In the learn codebase I noticed you use @import for including all of the scss partials. Do you use anything to speed up the sass compile times during development when making style changes and previewing in the browser?

hi Daniel,

I’m also using Sass @imports (https://github.com/acandael/posplus-rails), and when I change styles, I never have to wait for things getting compiled, it happens pretty instantaneously.

greetings,

Anthony