We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749734e commit fbb4ed3Copy full SHA for fbb4ed3
.vscode/settings.json
@@ -11,8 +11,8 @@
11
["createTheme\\(([^)]*)\\)", "[\"'`]([^\"'`]*).*?[\"'`]"]
12
],
13
"tailwindCSS.experimental.configFile": {
14
- "apps/web/tailwind.config.js": "apps/web/**",
15
- "packages/ui/tailwind.config.js": "packages/ui/**"
+ "apps/web/tailwind.config.cjs": "apps/web/**",
+ "packages/ui/tailwind.config.cjs": "packages/ui/**"
16
},
17
"typescript.tsdk": "node_modules/typescript/lib"
18
}
0 commit comments