epiphany/node_modules/@csstools/postcss-cascade-layers/dist/adjust-selector-specificity.d.ts

2 lines
93 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
export declare function adjustSelectorSpecificity(selector: string, amount: number): string;