UNPKG

postcss-ordered-values

Version:

Ensure values are ordered consistently in your CSS.

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