Skip to content

Interface: StylusPreprocessorOptions

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

Indexable

ts
[key: string]: any

Properties

additionalData?

ts
optional additionalData: PreprocessorAdditionalData;

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


define?

ts
optional define: Record<string, any>;

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


paths?

ts
optional paths: string[];

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

Released under the MIT License.