Dart Sass 1.0.0
Initial stable release.
Changes Since 1.0.0-rc.1
- Allow !in custom property values (#260).
Dart API
- Remove the deprecated render()function.
Node API
- 
Errors are now subtypes of the Errortype.
- 
Allow both the dataandfileoptions to be passed torender()andrenderSync()at once. Thedataoption will be used as the contents of the stylesheet, and thefileoption will be used as the path for error reporting and relative imports. This matches Node Sass's behavior.