We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f8bfc commit da51d21Copy full SHA for da51d21
2 files changed
packages/create-inertiacore/stubs/svelte-ts/ClientApp/.prettierrc
@@ -5,15 +5,8 @@
5
"htmlWhitespaceSensitivity": "css",
6
"printWidth": 80,
7
"plugins": [
8
- "prettier-plugin-svelte",
9
- "prettier-plugin-tailwindcss"
+ "prettier-plugin-svelte"
10
],
11
- "tailwindFunctions": [
12
- "clsx",
13
- "cn",
14
- "cva"
15
- ],
16
- "tailwindStylesheet": "resources/css/app.css",
17
"tabWidth": 4,
18
"overrides": [
19
{
packages/create-inertiacore/stubs/svelte-ts/ClientApp/package.json
@@ -27,7 +27,6 @@
27
"@inertiacore/vite-plugin": "^2.0.0",
28
"prettier": "^3.6.2",
29
"prettier-plugin-svelte": "^3.4.0",
30
- "prettier-plugin-tailwindcss": "^0.6.14",
31
"typescript-eslint": "^8.44.0",
32
"vite": "^7.0.0"
33
}
0 commit comments