Interface Options

Hierarchy

  • Options

Properties

exclude?: string | string[]

A single file, or array of files to exclude when minifying.

include?: string | string[]

A single file, or array of files to include when minifying.

output?: string

An output file name for the css bundle.

styleSheet?: boolean

All css files being imported with a variable will use native CSS Modules.

transform?: ((code) => string)

Type declaration

    • (code): string
    • The transform function is used for processing the CSS, it receives a string containing the code to process as an argument. The function should return a string.

      Parameters

      • code: string

      Returns string

Generated using TypeDoc