Skip to content

Instantly share code, notes, and snippets.

@hasparus
Created March 3, 2022 19:39
Show Gist options
  • Save hasparus/cbbb4898f62406d8f28e18f9acd1abeb to your computer and use it in GitHub Desktop.
Save hasparus/cbbb4898f62406d8f28e18f9acd1abeb to your computer and use it in GitHub Desktop.
Tailwind CSS IntelliSense class regex for for Solid JS classList prop
{
"tailwindCSS.experimental.classRegex": [
["classList={{([^)]*)}}", "\"([^\"]*)\""],
["classList={{([^)]*)}}", "`([^`]*)`"],
["classList={{([^)]*)}}", "'([^']*)'"]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment