We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a8ab1 commit 15e51e9Copy full SHA for 15e51e9
CHANGELOG.md
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
-- Nothing yet!
+- Move prettier plugin to dev dependencies ([#7418](https://github.com/tailwindlabs/tailwindcss/pull/7418))
11
12
## [3.0.20] - 2022-02-10
13
package.json
@@ -52,6 +52,7 @@
52
"jest-diff": "^27.4.6",
53
"postcss": "^8.4.6",
54
"prettier": "^2.5.1",
55
+ "prettier-plugin-tailwindcss": "^0.1.7",
56
"rimraf": "^3.0.0"
57
},
58
"peerDependencies": {
@@ -77,7 +78,6 @@
77
78
"postcss-nested": "5.0.6",
79
"postcss-selector-parser": "^6.0.9",
80
"postcss-value-parser": "^4.2.0",
- "prettier-plugin-tailwindcss": "^0.1.7",
81
"quick-lru": "^5.1.1",
82
"resolve": "^1.22.0"
83
0 commit comments