postcss-merge-longhand
Version:
Merge longhand properties into shorthand with PostCSS.
9 lines • 548 B
TypeScript
/**
* @param {import('postcss').Rule} rule
* @param {string[]} properties
* @param {(rules: import('postcss').Declaration[], last: import('postcss').Declaration, props: Set<import('postcss').Declaration>) => boolean} callback
* @return {void}
*/
declare function mergeRules(rule: import('postcss').Rule, properties: string[], callback: (rules: import('postcss').Declaration[], last: import('postcss').Declaration, props: Set<import('postcss').Declaration>) => boolean): void;
export default mergeRules;
//# sourceMappingURL=mergeRules.d.ts.map