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