sass_builder 1.1.3 sass_builder: ^1.1.3 copied to clipboard
Transpile sass files using the "build" package.
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.