Skip to content

Commit 972b9a7

Browse files
committed
Remove unnecessary VSCode Tailwind configuration
Manually adding ReScript as a language should no longer be necessary after tailwindlabs/tailwindcss-intellisense#222 merged.
1 parent 59ee704 commit 972b9a7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pages/docs/react/latest/styling.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,6 @@ let make = (~active: bool) => {
122122
}
123123
```
124124

125-
When using the [Tailwind VSCode plugin](https://tailwindcss.com/docs/intellisense), make sure to include ReScript as a target language to get autocompletion:
126-
127-
- Open your VSCode settings
128-
- Search for `Tailwind CSS: Include Languages`
129-
- Add a new item with following settings:
130-
- Item: `rescript`
131-
- Value: `html`
132-
133-
134125
> **Hint:** `rescript-lang.org` actually uses TailwindCSS under the hood! Check out our [codebase](https://github.com/rescript-association/rescript-lang.org) to get some more inspiration on usage patterns.
135126
136127

0 commit comments

Comments
 (0)