Skip to content

Commit 0b2eb56

Browse files
tlebeitsukyjose
authored andcommitted
Update settings.json
IntelliSense for Tailwind Variants
1 parent 88c1365 commit 0b2eb56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"cSpell.words": ["Flashlist", "Lato"],
2828
"i18n-ally.localesPaths": ["src/translations/"],
2929
"i18n-ally.keystyle": "nested",
30-
"i18n-ally.disabled": false // make sure to disable i18n-ally in your global setting and only enable it for such projects
30+
"i18n-ally.disabled": false, // make sure to disable i18n-ally in your global setting and only enable it for such projects
31+
"tailwindCSS.experimental.classRegex": [
32+
["tv\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
33+
]
3134
}

0 commit comments

Comments
 (0)