sass 0.4.1
sass: ^0.4.1 copied to clipboard
Sass-transformer for pub-serve and pub-build.
0.4.1 - 2014-10-09 #
- Filter out external packages when resolving imports. (#12) (Thanks to Konstantin Borisov.)
0.4.0 - 2014-09-22 #
- Support for new
inlined_sass_transformer
. (#4) (Thanks to Dan Schultz.) - Require Barback 0.15.x.
0.3.2 - 2014-09-17 #
- Support Barback 0.15.x.
0.3.1 - 2014-06-24 #
- Use
sass.bat
as default executable on Windows. (#10) (Thanks to Nicholas Tuck.)
0.3.0 - 2014-05-25 #
0.2.2 - 2014-05-23 #
- Require Barback 0.13.x.
- Fixed
DeclaringTransformer
on Barback 0.13.x.
0.2.1 - 2014-05-15 #
- Implemented
DeclaringTransformer
interface so Barback can optimize the asset graph. - Compatibility with Barback 0.13.x.
0.2.0 - 2014-05-15 #
- Exclude URL-imports when parsing imports. (Thanks to Vikraman Choudhury.)
0.1.1 - 2014-04-24 #
- Ignore Compass imports when reading the dependencies of a module. (Thanks to Dan Schultz.)