Skip to content

Commit

Permalink
fix: tailwind integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Jan 31, 2025
1 parent 260135f commit 2a790ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/avo_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ desc "Installs yarn dependencies for Avo"
task "avo:yarn_install" do
# tailwind.preset.js needs this dependencies in order to be required
puts "[Avo->] Adding yarn dependencies"
`yarn add tailwindcss @tailwindcss/forms @tailwindcss/typography --cwd #{Avo::Engine.root}`
`yarn add tailwindcss @tailwindcss/forms @tailwindcss/typography @tailwindcss/container-queries --cwd #{Avo::Engine.root}`
end

0 comments on commit 2a790ea

Please sign in to comment.