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
type CssParse = (css) => Root;Defined in: packages/dialects/src/index.ts:31
A PostCSS parse function — turns a source string into a PostCSS Root.
string
Root