chore: add tailwindcss v4 devDependency for @nuxtjs/tailwindcss integration
This commit is contained in:
parent
1cee60953e
commit
9fa76c5c85
4 changed files with 11 additions and 1 deletions
|
|
@ -22,6 +22,5 @@ export default defineNuxtConfig({
|
|||
"@nuxtjs/tailwindcss",
|
||||
],
|
||||
|
||||
|
||||
// Nuxt UI minimal theme customizations live in app.config.ts
|
||||
});
|
||||
|
|
|
|||
1
package-lock.json
generated
1
package-lock.json
generated
|
|
@ -22,6 +22,7 @@
|
|||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"tailwindcss": "^4.1.11",
|
||||
"typescript": "^5.9.2",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"tailwindcss": "^4.1.11",
|
||||
"typescript": "^5.9.2",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
|
|
|
|||
9
postcss.config.mjs
Normal file
9
postcss.config.mjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import tailwindcss from '@tailwindcss/postcss'
|
||||
|
||||
export default {
|
||||
plugins: {
|
||||
tailwindcss
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue