UNPKG

postcss-ordered-values

Version:

Ensure values are ordered consistently in your CSS.

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