@ale-run/postcss-optimizer
v0.1.0-alpha.0
Published
PostCSS plugin to remove CSS already defined in the Ale Workbench from the CSS generated by the plugin.
Downloads
19
Maintainers
Readme
@ale-run/postcss-deduplicate
PostCSS plugin to remove CSS already defined in the Ale Workbench from the CSS generated by the plugin.
Usage
postcss([
...
require('@ale-run/postcss-deduplicate')
]);
Options
includes
postcss([ require('@ale-run/postcss-deduplicate')({ includes: ['css_file'] }) ])