We've just deployed an M2 site to the staging environment but the styles were all out of whack.
After some trial and error I found it was because the compiled styles from theme-blank-sass weren't present. There is no Sass/gulp on the staging server.
Is there a way to compile the blank theme and commit that to my local git, or is compiling it on the server the only way to do this without php compilation for sass like m2 uses for LESS?
Perhaps I'm missing something simple.