Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Index

Properties

from?: string

The path of the CSS source file. You should always set from, because it is used in source map generation and syntax error messages.

map?: boolean | SourceMapOptions

Source map options

parser?: Parser<RootNode> | Syntax<RootNode>

Function to generate AST by string.

stringifier?: Syntax<RootNode> | Stringifier

Class to generate string by AST.

syntax?: Syntax<RootNode>

Object with parse and stringify.

to?: string

The path where you'll put the output CSS file. You should always set to to generate correct source maps.