UNPKG

postcss-ordered-values

Version:

Ensure values are ordered consistently in your CSS.

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