Skip to content

Type Alias: CssParse

ts
type CssParse = (css) => Root;

Defined in: packages/dialects/src/index.ts:31

A PostCSS parse function — turns a source string into a PostCSS Root.

Parameters

css

string

Returns

Root

Released under the MIT License