diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7f8f2f..2220e787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/install/tailwind.config.js b/lib/install/tailwind.config.js index 39364deb..d6ad82c0 100644 --- a/lib/install/tailwind.config.js +++ b/lib/install/tailwind.config.js @@ -16,7 +16,6 @@ module.exports = { }, plugins: [ require('@tailwindcss/forms'), - require('@tailwindcss/aspect-ratio'), require('@tailwindcss/typography'), require('@tailwindcss/container-queries'), ]