Files
conference-room-booking-system/frontend/node_modules/@csstools/postcss-cascade-layers/dist/options.d.ts
2025-08-20 21:01:11 -04:00

6 lines
180 B
TypeScript

export declare type pluginOptions = {
onRevertLayerKeyword: 'warn' | false;
onConditionalRulesChangingLayerOrder: 'warn' | false;
onImportLayerRule: 'warn' | false;
};