Sass.createMapFile

Creates source map file in output path from source string

class Sass
const
void
createMapFile
(
string output
,
string source
)

Parameters

output string

result file name with path

source string

source code to write

Meta