UNPKG

postcss-ordered-values

Version:

Ensure values are ordered consistently in your CSS.

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