Spaces:
Paused
Paused
File size: 180 Bytes
b1bbd1e | 1 2 3 4 5 6 | export declare type pluginOptions = {
onRevertLayerKeyword: 'warn' | false;
onConditionalRulesChangingLayerOrder: 'warn' | false;
onImportLayerRule: 'warn' | false;
};
|