We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7171b3 + ec4d806 commit 185fc35Copy full SHA for 185fc35
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## next / unreleased
2
+
3
+* Remove the `@tailwindcss/aspect-ratio` plugin from the `tailwind.config.js` that gets installed by the generator. (#344) @flavorjones @searls
4
5
6
## v2.4.1 / 2024-04-25
7
8
* Fix debugger repl when using the Puma plugin. (#349) @tompng
lib/install/tailwind.config.js
@@ -16,7 +16,6 @@ module.exports = {
16
},
17
plugins: [
18
require('@tailwindcss/forms'),
19
- require('@tailwindcss/aspect-ratio'),
20
require('@tailwindcss/typography'),
21
require('@tailwindcss/container-queries'),
22
]
0 commit comments