Skip to content

Instantly share code, notes, and snippets.

@dinwwwh
Last active April 3, 2024 11:04
Show Gist options
  • Save dinwwwh/791cb6e9e2a56ff8e6ef3013250e6fde to your computer and use it in GitHub Desktop.
Save dinwwwh/791cb6e9e2a56ff8e6ef3013250e6fde to your computer and use it in GitHub Desktop.
vsode
{
"files.associations": {
"*.css": "tailwindcss"
},
"tailwindCSS.classAttributes": [".*Variants", ".*Variants: .*"],
"tailwindCSS.experimental.classRegex": [
"'([^'\\n]*)'[,)\\]]",
"\"([^\"\\n]*)\"[,)\\]]",
"`([^`]*)`[,)\\]]",
["tv\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
["cn\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"],
["twMerge\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment