Skip to content

Commit

Permalink
chore: update Tailwind CSS class regex in VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Jan 25, 2025
1 parent d3d35cd commit e585187
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@
"i18n-ally.localesPaths": ["packages/i18n/messages"],

"tailwindCSS.experimental.classRegex": [
["cva\\(([^)]*)\\)", "'([^']*)'"],
["cn\\(([^)]*)\\)", "'([^']*)'"],
"className\\: '([^']*)'",
["classNames\\: {([^}]*)", "'([^']*)'"]
["([\"'`][^\"'`]*.*?[\"'`])", "[\"'`]([^\"'`]*).*?[\"'`]"]
],

"typescript.enablePromptUseWorkspaceTsdk": true,
Expand Down

0 comments on commit e585187

Please sign in to comment.