You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/docs/react/latest/styling.mdx
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -122,15 +122,6 @@ let make = (~active: bool) => {
122
122
}
123
123
```
124
124
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
-
134
125
> **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.
0 commit comments