UNPKG

postcss-merge-longhand

Version:

Merge longhand properties into shorthand with PostCSS.

7 lines 214 B
/** * @param {import('postcss').Declaration} arg * @return {string} */ declare function getValue({ value }: import('postcss').Declaration): string; export default getValue; //# sourceMappingURL=getValue.d.ts.map