Skip to content

Commit 9765895

Browse files
committed
Correction in README.md
1 parent d50dae4 commit 9765895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ gem "tailwindcss-ruby", "~> 3.4" # only necessary with tailwindcss-rails <= 3.3.
9898
9999
First, update to `tailwindcss-rails` v4.0.0 or higher. This will also ensure you're transitively depending on `tailwindcss-ruby` v4.
100100

101-
```html
102-
# Gemfile gem "tailwindcss-rails", "~> 4.0" # which transitively pins
103-
tailwindcss-ruby to v4
101+
```ruby
102+
# Gemfile
103+
gem "tailwindcss-rails", "~> 4.0" # which transitively pins tailwindcss-ruby to v4
104104
```
105105

106106
**Update** path references to any existing css files imported in `app/assets/stylesheets/application.tailwind.css` so that they will resolve when the file is moved to `app/assets/tailwind/application.css`.

0 commit comments

Comments
 (0)