Skip to content

Commit 475999e

Browse files
committed
docs: tweak
1 parent b28049f commit 475999e

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
@@ -283,7 +283,7 @@ export default defineConfig({
283283
- **Type:** `number | true`
284284
- **Default:** `true`
285285

286-
Specifies how many threads CSS preprocessors will run on. `true` means the number of CPUs minus 1. When set to `0`, Vite will not create any workers and run the preprocessors in the main thread.
286+
Specifies the maximum number of threads CSS preprocessors can use. `true` means up to the number of CPUs minus 1. When set to `0`, Vite will not create any workers and will run the preprocessors in the main thread.
287287

288288
Depending on the preprocessor options, Vite may run the preprocessors on the main thread even if this option is not set to `0`.
289289

0 commit comments

Comments
 (0)