options.d.ts 180 B

12345
  1. export declare type pluginOptions = {
  2. onRevertLayerKeyword: 'warn' | false;
  3. onConditionalRulesChangingLayerOrder: 'warn' | false;
  4. onImportLayerRule: 'warn' | false;
  5. };