ship-gis/node_modules/@csstools/postcss-cascade-layers/dist/options.d.ts

6 lines
180 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
export declare type pluginOptions = {
onRevertLayerKeyword: 'warn' | false;
onConditionalRulesChangingLayerOrder: 'warn' | false;
onImportLayerRule: 'warn' | false;
};