Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit 5cebcb2

Browse files
committed
Move Tailwind to peer-dependency
1 parent d3ca721 commit 5cebcb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"lodash.topath": "^4.5.2",
1919
"object-hash": "^2.1.1",
2020
"postcss-selector-parser": "^6.0.4",
21-
"quick-lru": "^5.1.1",
22-
"tailwindcss": "^2.0.3"
21+
"quick-lru": "^5.1.1"
2322
},
2423
"peerDependencies": {
25-
"postcss": "^8.2.6"
24+
"postcss": "^8.2.6",
25+
"tailwindcss": "^2.0.3"
2626
},
2727
"devDependencies": {
2828
"@tailwindcss/aspect-ratio": "^0.2.0",

0 commit comments

Comments
 (0)