Skip to content

Interface: PreprocessorOptions

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

Properties

less?

ts
optional less: LessPreprocessorOptions;

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


sass?

ts
optional sass: SassPreprocessorOptions;

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


scss?

ts
optional scss: SassPreprocessorOptions;

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


styl?

ts
optional styl: StylusPreprocessorOptions;

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


stylus?

ts
optional stylus: StylusPreprocessorOptions;

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

Released under the MIT License.