postcss-merge-longhand
Version:
Merge longhand properties into shorthand with PostCSS.
9 lines • 466 B
TypeScript
/**
* @param {import('postcss').Rule} rule
* @param {import('postcss').Declaration} decl
* @param {Partial<import('postcss').DeclarationProps>=} props
* @return {import('postcss').Declaration}
*/
declare function insertCloned(rule: import('postcss').Rule, decl: import('postcss').Declaration, props?: Partial<import('postcss').DeclarationProps> | undefined): import('postcss').Declaration;
export default insertCloned;
//# sourceMappingURL=insertCloned.d.ts.map