postcss-merge-longhand
Version:
Merge longhand properties into shorthand with PostCSS.
8 lines • 336 B
TypeScript
/**
* @param {Iterable<import('postcss').Declaration>} props
* @param {string[]} properties
* @return {import('postcss').Declaration[]}
*/
declare function getRules(props: Iterable<import('postcss').Declaration>, properties: string[]): import('postcss').Declaration[];
export default getRules;
//# sourceMappingURL=getRules.d.ts.map