csso_transformer 0.2.0 copy "csso_transformer: ^0.2.0" to clipboard
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

0
likes
40
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Transfomer that minifies css files with csso tool.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

barback, path

More

Packages that depend on csso_transformer