Files
feedstr.live/node_modules/@csstools/postcss-cascade-layers/dist/options.d.ts
T
2023-11-25 18:12:47 -05:00

6 lines
180 B
TypeScript

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