Open
Description
Hi,
the sass.renderSync
within the styleProcessors has been deprecated. It's advised to use to use compile
or compileString
.
const result = nodeSass.renderSync(finalOptions)
Metadata
Metadata
Assignees
Labels
No labels
Hi,
the sass.renderSync
within the styleProcessors has been deprecated. It's advised to use to use compile
or compileString
.
const result = nodeSass.renderSync(finalOptions)