Last active
April 3, 2024 11:04
-
-
Save unnoq/791cb6e9e2a56ff8e6ef3013250e6fde to your computer and use it in GitHub Desktop.
vsode
This file contains 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
{ | |
"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