Speed up your sass compile with sass-embedded

Note

Compiling Sass is probably the slowest part of your build, so this is worth a try if you're using Sass.

If you're using the sass npm package to compile your SASS/SCSS, consider switching to sass-embedded. It should be a drop-in replacement in a large app and it's around 50% faster than using the deprecated sass package.

Niklas Hä.