sass_builder 2.1.0
sass_builder: ^2.1.0 copied to clipboard
Transpile sass files using the "build" package.
example/README.md
When building with package build_runner
you can view the output by specifying
an output directory. Warning: If the directory already exists, the content
will be deleted.
Example:
$ pub run build_runner build --output out
The output will be located in the directory
out/packages/sass_builder_example
.
The packages directory is hidden by default.