Skip to content

localvoid/clean_css_transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clean_css_transformer

pub transformer that uses clean-css to minify CSS files.

Options

executable

Path to the cleancss executable. DEFAULT: 'cleancss'

skip_import

Disable @import processing.

TYPE: bool
DEFAULT: false

skip_rebase

Disable URLs rebasing.

TYPE: bool
DEFAULT: false

skip_advanced

Disable advanced optimizations - selector & property merging, reduction, etc.

TYPE: bool
DEFAULT: false

skip_aggressive_merging

Disable properties merging based on their order.

TYPE: bool
DEFAULT: false

skip_media_merging

Disable @media merging.

TYPE: bool
DEFAULT: false

skip_restructuring

Disable restructuring optimizations.

TYPE: bool
DEFAULT: false

skip_shorthand_compacting

Disable shorthand compacting.

TYPE: bool
DEFAULT: false

source_map

Enables building input's source map.

TYPE: bool
DEFAULT: false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages