UNPKG

postcss-ordered-values

Version:

Ensure values are ordered consistently in your CSS.

7 lines 258 B
export = normalizeTransition; /** * @param {import('postcss-value-parser').ParsedValue} parsed * @return {string} */ declare function normalizeTransition(parsed: import('postcss-value-parser').ParsedValue): string; //# sourceMappingURL=transition.d.ts.map