sass_builder 1.1.3 sass_builder: ^1.1.3 copied to clipboard
Transpile sass files using the "build" package.
1.1.3 #
- Fix example and documentation
- Fix import sass files (fix #25)
1.1.2 #
- Widen
build
andbuild_test
dependencies. - Update example and add some instructions regarding
build_runner
.
1.1.1 #
- Fixed compatibility with
.sass
file compilation. - Bump
sass
dependency 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
build
to^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
build
to^0.10.2+1
.
1.0.0 #
- Write assets to temporary directory.
0.2.0 #
- Upgrade
build_runner
to 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
build
to^0.9.1
andbuild_runner
to^0.3.2
.
0.0.2 #
- Recompile main files after editing sub files.
0.0.1 #
- First version.