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: readme.md
+21
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,27 @@ All browsers that support [`Array.isArray`](https://developer.mozilla.org/en-US/
78
78
79
79
>**Note:** For IE8 support and older, please install `clsx@1.0.x` and beware of [#17](https://github.com/lukeed/clsx/issues/17).
80
80
81
+
## Tailwind Support
82
+
83
+
Here some additional (optional) steps to enable classes autocompletition using `clsx` with Tailwind CSS.
84
+
<details>
85
+
86
+
<summary>
87
+
Visual Studio Code
88
+
</summary>
89
+
90
+
1.[Install the "Tailwind CSS IntelliSense" Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
91
+
92
+
2. Add the following to your [`settings.json`](https://code.visualstudio.com/docs/getstarted/settings):
0 commit comments