Most `node-sass` options are supported by Dart Sass. However there are a few exceptions:
* The `precison` and `sourceComments` option are no longer supported
*`outputStyle` can be only `"expanded"` or `"compressed"`
- Drop Node.js <14support(#52)
## 0.4.0 (2019-03-13)
### Breaking
- Use hexo object in context
- Drop Node.js 4 support
### packages
- Remove lockfile
#### 0.3.2 (2017-6-15)
##### Chores
* **travis:** replace 7 by latest node version ([58b6dbbd](https://github.com/knksmith57/hexo-renderer-sass/commit/58b6dbbdbefe675040e33377ce1681afb54d5338))
* **package:** upgrade node-sass to version 4.5.3 ([610157e3](https://github.com/knksmith57/hexo-renderer-sass/commit/610157e39f8bafe44988b63795339bdb87b4c3e7))
#### 0.3.1 (2017-2-24)
##### Chores
* **package:** license field should be a string ([430bd883](https://github.com/knksmith57/hexo-renderer-sass/commit/430bd883a03b10a01d9cdc0e49b99cbf7fcea10c))
##### Bug Fixes
* **main:** hotfix hexo undefined regression This regression is introduced at f9a2ef62c9cf480f1fc3d757de57fd06b93cc164 due to the fact that `hexo` is not in global namespace. Here is a dirty hotfix and we will drop hexo 2.x support to migrate to new plugin syntax. ([da181f29](https://github.com/knksmith57/hexo-renderer-sass/commit/da181f29c1690e7e4178de8b2ddedd8ac4723ce1))
## 0.3.0 (2017-2-24)
Breaking changes: this version drops node.js 0.12 support.