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