diff --git a/site/content/docs/04-compiler-and-api/01-svelte-compiler.md b/site/content/docs/04-compiler-and-api/01-svelte-compiler.md index 67a2075a08..092ef6abbf 100644 --- a/site/content/docs/04-compiler-and-api/01-svelte-compiler.md +++ b/site/content/docs/04-compiler-and-api/01-svelte-compiler.md @@ -250,8 +250,7 @@ const { code, dependencies } = await preprocess( if (attributes.lang !== 'sass' && attributes.lang !== 'scss') return; const { css, loadedUrls } = await sass.compileStringAsync(content, { - data: content, - includePaths: [dirname(filename)] + loadPaths: [dirname(filename)] }); return {