跳到正文

Interface: StylusPreprocessorOptions

Defined in: src/features/css/index.ts:90

Indexable

ts
[key: string]: any

Properties

additionalData?

ts
optional additionalData: PreprocessorAdditionalData;

Defined in: src/features/css/index.ts:91


define?

ts
optional define: Record<string, any>;

Defined in: src/features/css/index.ts:92


paths?

ts
optional paths: string[];

Defined in: src/features/css/index.ts:93

Released under the MIT License.