Skip to content

Commit df4802a

Browse files
committed
Merge branch 'main' of https://github.com/nuxt-modules/tailwindcss into define-config
2 parents 59448f5 + 103b18d commit df4802a

5 files changed

Lines changed: 2916 additions & 293 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"./src/config",
3737
"./src/merger"
3838
],
39+
"externals": [
40+
"@tailwindcss/vite"
41+
],
3942
"rollup": {
4043
"emitCJS": true
4144
}
@@ -70,6 +73,7 @@
7073
"h3": "^1.15.1",
7174
"klona": "^2.0.6",
7275
"pathe": "^2.0.3",
76+
"pkg-types": "^2.1.0",
7377
"postcss": "^8.5.3",
7478
"postcss-nesting": "^13.0.1",
7579
"tailwind-config-viewer": "^2.0.4",

0 commit comments

Comments
 (0)