We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9dd5e commit 161febcCopy full SHA for 161febc
README.md
@@ -221,6 +221,17 @@ With some additional manual work the upstream upgrade tool will update your appl
221
222
(Just add an additional `.` to all the paths referenced)
223
224
+**Update** references to any existing css files imported in the `app/assets/stylesheets/application.tailwind.css`
225
+```diff
226
+ @import "tailwindcss/components";
227
+ @import "tailwindcss/utilities";
228
+
229
+-@import "pagy.css";
230
+-@import "new_case.css";
231
++@import "../stylesheets/pagy.css";
232
++@import "../stylesheets/new_case.css";
233
+```
234
235
**Run** the upstream upgrader as instructed above.
236
237
Then, once you've run that successfully, clean up:
0 commit comments