UNPKG

postcss-merge-longhand

Version:

Merge longhand properties into shorthand with PostCSS.

7 lines 246 B
export default _default; /** * @param {import('postcss').Declaration[]} rule * @param {...string} props */ declare function _default(rule: import('postcss').Declaration[], ...props: string[]): boolean; //# sourceMappingURL=hasAllProps.d.ts.map