options.d.ts 180 Bytes Raw Blame History Permalink 1 2 3 4 5 export declare type pluginOptions = { onRevertLayerKeyword: 'warn' | false; onConditionalRulesChangingLayerOrder: 'warn' | false; onImportLayerRule: 'warn' | false; };