Skip to content

Function: projectionDialect()

ts
function projectionDialect(source, opts?): CssDialect;

Defined in: packages/embedded/src/index.ts:277

The dialect to parse a source's projection with — scss wins over less wins over css.

Parameters

source

string

opts?

EmbeddedOptions = {}

Returns

CssDialect

Released under the MIT License