sass_builder 2.0.3
sass_builder: ^2.0.3 copied to clipboard
Transpile sass files using the "build" package.
2.0.3 #
- Upgrade selected package dependencies.
2.0.2 #
- Fix bug where compiling Dart package imports in Windows environment would fail.
2.0.1 #
- Fix bug where
.sassentrypoints were not being compiled with "indented" syntax. - Remove all temp file creation. Files are now imported using a custom AsyncImporter.
2.0.0 #
1.2.0 #
- Add option to configure output style. Supports
expandedorcompressedas provided by the Dart implementation of Sass. Defaults toexpanded. - Removed dev dependencies that were no longer used.
1.1.5 #
- Fix a bug where the class
Loggerconflicted withsass, causing a crash.
1.1.4 #
- Improve warning message when an imported file can not be found.
1.1.3 #
- Fix example and documentation
- Fix import sass files (fix #25)
1.1.2 #
- Widen
buildandbuild_testdependencies. - Update example and add some instructions regarding
build_runner.
1.1.1 #
- Fixed compatibility with
.sassfile compilation. - Bump
sassdependency to^1.0.0-beta.4.
1.1.0 #
- Support the latest version of
build_runner. - Align the logger name with the package name:
sass_builder. - Upgrade to
buildto^0.11.1.
1.0.1 #
- Support the latest version of
build_runner. - Align the logger name with the package name:
sass_builder. - Upgrade to
buildto^0.10.2+1.
1.0.0 #
- Write assets to temporary directory.
0.2.0 #
- Upgrade
build_runnerto version^0.4.0.
0.1.2 #
- Fix #2: keep trying to build removed
.scss.
0.1.1 #
- Add missing import.
0.1.0 #
- Upgrade
buildto^0.9.1andbuild_runnerto^0.3.2.
0.0.2 #
- Recompile main files after editing sub files.
0.0.1 #
- First version.