0.11.0 - Improved theme inheritance
Finally theme inheritance works fine! 🎆
- SASS partials imports can be nested, no more copying whole directories to overwrite singe partial 🎉
- static assets files, like fonts or images, are now inherited 💪
But also:
- @timneutkens create a
setup
task to simplify installation of tools 🙇 - CI tests added. Whole codebase are now checked using eslint with customized version of idiomatic.js rules 🔍
- (as always) performance optimization 🐎
WARNING
If you are a SASS Blank theme user, you have to upgrade your theme to version 0.8.0 to use this release, b/c styles are now placed in different, better, directory structure.