- Package name changed from
sass
todart_sass_transformer
- Fixed files over 1024 bytes getting truncated on Windows. (#19) (Thanks to Alexander Sergeev.)
- Normalize the load paths to platform's native format. (Thanks to llamadonica.)
- Filter out external packages when resolving imports. (#12) (Thanks to Konstantin Borisov.)
- Support for new
inlined_sass_transformer
. (#4) (Thanks to Dan Schultz.) - Require Barback 0.15.x.
- Support Barback 0.15.x.
- Use
sass.bat
as default executable on Windows. (#10) (Thanks to Nicholas Tuck.)
- Breaking change: don't copy source .scss/.sass files to build directory by default.
Use
copy-sources: true
to keep the old behavior. (#7) - Support imports with directory names. (#8)
- Require Barback 0.13.x.
- Fixed
DeclaringTransformer
on Barback 0.13.x.
- Implemented
DeclaringTransformer
interface so Barback can optimize the asset graph. - Compatibility with Barback 0.13.x.
- Exclude URL-imports when parsing imports. (Thanks to Vikraman Choudhury.)
- Ignore Compass imports when reading the dependencies of a module. (Thanks to Dan Schultz.)
- Support using SassC instead of vanilla Sass.