Skip to content

Instantly share code, notes, and snippets.

@KeKs0r
Created September 29, 2022 14:52
Show Gist options
  • Save KeKs0r/bd114d7e123a659a7cee162851a497c4 to your computer and use it in GitHub Desktop.
Save KeKs0r/bd114d7e123a659a7cee162851a497c4 to your computer and use it in GitHub Desktop.
Tailwind VSCode Config
{
"tailwindCSS.experimental.classRegex": [
"tw:(.*)",
"tw-start([\\w\\W]*?)tw-end",
"[cC][lL][aA][sS][sS].+\"(.*)\"",
"[cC][lL][aA][sS][sS].+'(.*)'",
"clsx\\([\\w\\W]*?\\)",
"twMerge\\([\\w\\W]*?\\)",
"focus:(.*)",
"hover:(.*)",
"enter=\"(.*)\"",
"enterFrom=\"(.*)\"",
"enterTo=\"(.*)\"",
"leave=\"(.*)\"",
"leaveFrom=\"(.*)\"",
"leaveTo=\"(.*)\""
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment