Skip to content

Commit d684df8

Browse files
dominikgdummdidumm
andauthored
Apply suggestions from code review
Co-authored-by: Simon H <[email protected]>
1 parent 82aab22 commit d684df8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/preprocess.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ However, `svelte-preprocess` does provide extra functionalities not available wi
2020
- SugarSS: `<style lang="sss">`
2121

2222
By default, PostCSS or LightningCSS ([if configured in Vite](https://vitejs.dev/config/shared-options.html#css-transformer)) is applied to all `<style>` tags.
23-
If required, you can style transforming off by setting the `style` option to `false`. The `style` option also accepts Vite's `InlineConfig` and `ResolvedConfig` types for advanced usage.
23+
If required, you can turn transforming off by setting the `style` option to `false`. The `style` option also accepts Vite's `InlineConfig` and `ResolvedConfig` types for advanced usage.
2424

25-
> TypeScript is no longer preprocessed by default as Svelte 5 understands most syntax natively.
26-
> If you use TypeScript features that emit code like enum, using , decorators or class declarations with visibility modifiers, you have to enable the script preprocessor manually.
25+
TypeScript is no longer preprocessed by default as Svelte 5 understands most syntax natively.
26+
If you use TypeScript features that emit code (like `enum`, `using`, `accessors`, decorators or class declarations with visibility modifiers), you have to enable the script preprocessor by setting the `script` option to `true`.
2727

2828
### Examples
2929

0 commit comments

Comments
 (0)