component-compiler-utils icon indicating copy to clipboard operation
component-compiler-utils copied to clipboard

Deprecated renderSync

Open zangab opened this issue 9 months ago • 0 comments

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)

zangab avatar Apr 17 '25 07:04 zangab