diff --git a/README.md b/README.md index 47db98b..6fd05d5 100644 --- a/README.md +++ b/README.md @@ -161,3 +161,15 @@ Output: */ ``` + +## Intellisense Support + +### VS Code + +To make Tailwind Intellisense on VS Code recognize tw-to-css, just add the following code to your `settings.json` file: + +```json +"tailwindCSS.experimental.classRegex": [ + ["twj\\(\\s*[\"'`]([^\"]*)[\"'`]\\s*\\)"] +] +```