Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 691bd8a

Browse files
authored
feat: update @nuxtjs/tailwindcss to v4 (#751)
1 parent a0da946 commit 691bd8a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"devDependencies": {
3-
"@nuxtjs/tailwindcss": "^3.4.3"
3+
"@nuxtjs/tailwindcss": "^4.0.1",
4+
"postcss": "^8.2.8"
45
}
56
}

packages/create-nuxt-app/test/snapshots/index.test.js.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,8 @@ Generated by [AVA](https://avajs.dev).
13671367
nuxt: '^2.15.3',
13681368
},
13691369
devDependencies: {
1370-
'@nuxtjs/tailwindcss': '^3.4.3',
1370+
'@nuxtjs/tailwindcss': '^4.0.1',
1371+
postcss: '^8.2.8',
13711372
},
13721373
private: true,
13731374
scripts: {
Binary file not shown.

0 commit comments

Comments
 (0)