Releases: dart-league/sass_builder
Releases · dart-league/sass_builder
v2.1.2
Maintenance Release
- Widen version constraints on dependencies: build and sass.
- Remove use of the deprecated
indented
parameter when compiling with sass.
v2.1.1
- Set max SDK version to <3.0.0
v2.1.0
- Output style is now
compressed
by default for release builds.
v2.0.2
- Fix bug where compiling Dart package imports in Windows environment would fail.
v2.0.1
- 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
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
- 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.