the-forest/client/node_modules/@csstools/postcss-cascade-layers/dist/options.d.ts

6 lines
180 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
export declare type pluginOptions = {
onRevertLayerKeyword: 'warn' | false;
onConditionalRulesChangingLayerOrder: 'warn' | false;
onImportLayerRule: 'warn' | false;
};