跳到正文

Interface: PreprocessorOptions

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

Properties

less?

ts
optional less: LessPreprocessorOptions;

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


sass?

ts
optional sass: SassPreprocessorOptions;

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


scss?

ts
optional scss: SassPreprocessorOptions;

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


styl?

ts
optional styl: StylusPreprocessorOptions;

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


stylus?

ts
optional stylus: StylusPreprocessorOptions;

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

Released under the MIT License.