renderSync
- render
Sync(options: LegacyOptions<"sync">): LegacyResult -
Parameters
-
options: LegacyOptions<"sync">
Returns LegacyResult
-
Sass stands with the protesters against police violence. We encourage our users to get in the streets and join them if you can.
This function synchronously compiles a Sass file to CSS. If it succeeds, it returns the result, and if it fails it throws an error.
Example
Deprecated
Use compile or compileString instead.