Skip to content

Commit 3a44e99

Browse files
authored
fix: tailwind integration (#3624)
1 parent 260135f commit 3a44e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/tasks/avo_tasks.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ desc "Installs yarn dependencies for Avo"
134134
task "avo:yarn_install" do
135135
# tailwind.preset.js needs this dependencies in order to be required
136136
puts "[Avo->] Adding yarn dependencies"
137-
`yarn add tailwindcss @tailwindcss/forms @tailwindcss/typography --cwd #{Avo::Engine.root}`
137+
`yarn add tailwindcss @tailwindcss/forms @tailwindcss/typography @tailwindcss/container-queries --cwd #{Avo::Engine.root}`
138138
end

0 commit comments

Comments
 (0)