Skip to content

Commit 6df40af

Browse files
committed
doc: tweak README
[skip ci]
1 parent 0ff4b97 commit 6df40af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ First, update to `tailwindcss-rails` v4.0.0 or higher. This will also ensure you
104104
gem "tailwindcss-rails", "~> 4.0" # which transitively pins tailwindcss-ruby to v4
105105
```
106106

107-
**Update** references to any existing css files imported in `application.tailwind.css`
107+
**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`.
108+
108109
```diff
109110
-@import "pagy.css";
110111
+@import "../stylesheets/pagy.css";

0 commit comments

Comments
 (0)