跳到正文

Interface: PreprocessorOptions

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

Properties

less?

ts
optional less: LessPreprocessorOptions;

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


sass?

ts
optional sass: SassPreprocessorOptions;

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


scss?

ts
optional scss: SassPreprocessorOptions;

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


styl?

ts
optional styl: StylusPreprocessorOptions;

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


stylus?

ts
optional stylus: StylusPreprocessorOptions;

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

Released under the MIT License.