Skip to content

Commit

Permalink
fix: tailwind integration dependencies (#3634)
Browse files Browse the repository at this point in the history
* fix: tailwind integration dependencies

* comment
  • Loading branch information
Paul-Bob authored Feb 3, 2025
1 parent 8bf2b5e commit c8abec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks/avo_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ end
desc "Installs yarn dependencies for Avo"
task "avo:yarn_install" do
# tailwind.preset.js needs this dependencies in order to be required
# Ensure that versions remain updated and synchronized with those specified in package.json.
puts "[Avo->] Adding yarn dependencies"
`yarn add tailwindcss @tailwindcss/forms @tailwindcss/typography @tailwindcss/container-queries --cwd #{Avo::Engine.root}`
`yarn add tailwindcss@^3.4.17 @tailwindcss/forms@^0.5.10 @tailwindcss/typography@^0.5.16 @tailwindcss/container-queries@^0.1.1 --cwd #{Avo::Engine.root}`
end

0 comments on commit c8abec9

Please sign in to comment.