UNPKG

postcss-discard-empty

Version:

Discard empty rules and values with PostCSS.

10 lines 273 B
export = pluginCreator; /** * @type {import('postcss').PluginCreator<void>} * @return {import('postcss').Plugin} */ declare function pluginCreator(): import('postcss').Plugin; declare namespace pluginCreator { let postcss: true; } //# sourceMappingURL=index.d.ts.map