sass_builder 2.2.1 sass_builder: ^2.2.1 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:
$ dart run build_runner build --output web:out
The output will be located in the directory out/
.