Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 885c3cc

Browse files
committedMar 17, 2021
feat: update @nuxtjs/tailwindcss to v4
1 parent 1fc25de commit 885c3cc

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+
"@nuxt/postcss8": "^1.1.3",
4+
"@nuxtjs/tailwindcss": "^4.0.1"
45
}
56
}

Diff for: ‎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+
'@nuxt/postcss8': '^1.1.3',
1371+
'@nuxtjs/tailwindcss': '^4.0.1',
13711372
},
13721373
private: true,
13731374
scripts: {
17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
This repository has been archived.