Skip to content

Commit 478dd14

Browse files
committed
Add Tailwind CSS 3.0 to peerDependencies
1 parent cb51563 commit 478dd14

File tree

2 files changed

+118
-88
lines changed

2 files changed

+118
-88
lines changed

package-lock.json

Lines changed: 115 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"peerDependencies": {
11-
"tailwindcss": ">=2.0.0"
11+
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
1212
},
1313
"keywords": [
1414
"modular-scale",
@@ -25,6 +25,7 @@
2525
},
2626
"homepage": "https://github.com/davidhellmann/tailwindcss-fluid-type#readme",
2727
"devDependencies": {
28-
"tailwindcss": "^2.2.15"
28+
"tailwindcss": "^3.0.0",
29+
"tailwindcss-v2": "npm:tailwindcss@^2.2.16"
2930
}
3031
}

0 commit comments

Comments
 (0)