csso_transformer 0.2.0
csso_transformer: ^0.2.0 copied to clipboard
Transfomer that minifies css files with csso tool.
csso_transformer #
pub transformer that minifies css files with csso tool.
Prerequisites #
This transformer depends on csso CLI tool that performs transformations.
Usage example #
pubspec.yaml #
name: csso_example
dependencies:
csso_transformer: any
transformers:
- csso_transformer
Options #
executable #
Path to the csso executable.
TYPE: String
DEFAULT: csso
restructure #
Enable structure minimization.
TYPE: bool
DEFAULT: true