Skip to content

Commit

Permalink
Merge pull request #352 from rails/344-remove-aspect-ratio
Browse files Browse the repository at this point in the history
generator: drop the tailwind aspect-ratio plugin
  • Loading branch information
flavorjones committed Apr 27, 2024
2 parents d7171b3 + ec4d806 commit 185fc35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## next / unreleased

* Remove the `@tailwindcss/aspect-ratio` plugin from the `tailwind.config.js` that gets installed by the generator. (#344) @flavorjones @searls


## v2.4.1 / 2024-04-25

* Fix debugger repl when using the Puma plugin. (#349) @tompng
Expand Down
1 change: 0 additions & 1 deletion lib/install/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
},
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/aspect-ratio'),
require('@tailwindcss/typography'),
require('@tailwindcss/container-queries'),
]
Expand Down

0 comments on commit 185fc35

Please sign in to comment.