Skip to content

Commit 23a7811

Browse files
authored
docs(shared-options): fix typo in css.preprocessorOptions (vitejs#18571)
1 parent a55e86b commit 23a7811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/shared-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Note if an inline config is provided, Vite will not search for other PostCSS con
228228

229229
- **Type:** `Record<string, object>`
230230

231-
Specify options to pass to CSS pre-processors. The file extensions are used as keys for the options. The supported options for each preprocessors can be found in their respective documentation:
231+
Specify options to pass to CSS pre-processors. The file extensions are used as keys for the options. The supported options for each preprocessor can be found in their respective documentation:
232232

233233
- `sass`/`scss`:
234234
- Select the sass API to use with `api: "modern-compiler" | "modern" | "legacy"` (default `"modern-compiler"` if `sass-embedded` is installed, otherwise `"modern"`). For the best performance, it's recommended to use `api: "modern-compiler"` with the `sass-embedded` package. The `"legacy"` API is deprecated and will be removed in Vite 7.

0 commit comments

Comments
 (0)