Skip to content

Commit a49bf70

Browse files
committed
Fixate tailwindcss-rails to v3.0
We do not support Tailwind 4.0 yet
1 parent 17073c9 commit a49bf70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
gem 'responders'
7070
gem 'solidus_support', '>= 0.12.0'
7171
gem 'view_component', '~> 3.0'
72-
gem 'tailwindcss-rails'
72+
gem 'tailwindcss-rails', '~> 3.0'
7373

7474
gem_group :test do
7575
# We need to add capybara along with a javascript driver to support the provided system specs.

0 commit comments

Comments
 (0)