Created
September 29, 2022 14:52
-
-
Save KeKs0r/bd114d7e123a659a7cee162851a497c4 to your computer and use it in GitHub Desktop.
Tailwind VSCode Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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