Sass Builder Versions Save

Transpile sass files using the "build" package.

v2.1.2

5 years ago

Maintenance Release

  • Widen version constraints on dependencies: build and sass.
  • Remove use of the deprecated indented parameter when compiling with sass.

v2.1.1

5 years ago
  • Set max SDK version to <3.0.0

v2.1.0

5 years ago
  • Output style is now compressed by default for release builds.

v2.0.2

5 years ago
  • Fix bug where compiling Dart package imports in Windows environment would fail.

v2.0.1

5 years ago
  • Fix bug where .sass entrypoints were not being compiled with "indented" syntax.
  • Remove all temp file creation. Files are now imported using a custom AsyncImporter.

v2.0.0

5 years ago

New Feature

  • Add a builder which will clean up .scss and .sass sources for --release builds.

Breaking Change

  • Remove the pub transformer.

v1.2.0

6 years ago
  • Add option to configure output style. Supports expanded or compressed as provided by the Dart implementation of Sass. Defaults to expanded.
  • Removed dev dependencies that were no longer used.