component-compiler-utils
component-compiler-utils copied to clipboard
Deprecated renderSync
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)