UNPKG

postcss-ordered-values

Version:

Ensure values are ordered consistently in your CSS.

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