v0.8.0 : Automatic detection of Sass binary installed in the system
Hi there!
Now the bundle will automatically try to detect a Sass binary installed in the system before start downloading a new one. If the binary is detected - no downloads, the bundle will just use it. See #75 for more details.
What's Changed
- Add more examples about how to use 3rd-party Sass libs by @bocharsky-bw in #49
- [dx] keep tooling in one place by @jrushlow in #70
- [DOC] Fix load_path path example by @Jibbarth in #72
- [ci] php-cs-fixer it up by @jrushlow in #71
- Add CI status badge by @bocharsky-bw in #74
- Fix CI by @bocharsky-bw in #73
- fix #75: detect
sass
binary in the path and use it if available by @drupol in #76 - Improve the docs by @bocharsky-bw in #77
New Contributors
- @jrushlow made their first contribution in #70
- @Jibbarth made their first contribution in #72
- @drupol made their first contribution in #76
Full Changelog: v0.7.0...v0.8.0