Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Configuration

Options used by css-blocks for compilation.

Hierarchy

  • Configuration

Index

Properties

disablePreprocessChaining

disablePreprocessChaining: boolean

If a preprocessor function is declared for css, all blocks will be ran through it, even those that were preprocessed for another syntax. this can be disabled by setting disablePreprocessChaining to true.

importer

importer: Importer

An importer is an object that is in charge of findi

importerData

importerData: ImporterData

maxConcurrentCompiles

maxConcurrentCompiles: number

Limits block parsing and compilation to this number at any one time. Defaults to: 4

outputMode

outputMode: OutputMode

preprocessors

preprocessors: Preprocessors

A preprocessor function can be declared by syntax.

rootDir

rootDir: string

Generated using TypeDoc