UNPKG

postcss-discard-comments

Version:

Discard comments in your CSS files with PostCSS.

8 lines 280 B
declare const _exports: import("postcss").PluginCreator<Options>; export = _exports; export type Options = { removeAll?: boolean | undefined; removeAllButFirst?: boolean | undefined; remove?: ((s: string) => boolean) | undefined; }; //# sourceMappingURL=index.d.ts.map