Skip to content

Type Alias: CssParse

ts
type CssParse = (css) => Root;

Defined in: packages/core/src/model.ts:297

A PostCSS parse function — turns a source string into a Root. Inject one to read a non-CSS dialect.

Parameters

css

string

Returns

Root

Released under the MIT License