Skip to content

Commit 185fc35

Browse files
authored
Merge pull request #352 from rails/344-remove-aspect-ratio
generator: drop the tailwind aspect-ratio plugin
2 parents d7171b3 + ec4d806 commit 185fc35

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
## v2.4.1 / 2024-04-25
27

38
* Fix debugger repl when using the Puma plugin. (#349) @tompng

Diff for: lib/install/tailwind.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module.exports = {
1616
},
1717
plugins: [
1818
require('@tailwindcss/forms'),
19-
require('@tailwindcss/aspect-ratio'),
2019
require('@tailwindcss/typography'),
2120
require('@tailwindcss/container-queries'),
2221
]

0 commit comments

Comments
 (0)