You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -406,6 +406,14 @@ If you have Rails Engines in your application that use Tailwind CSS, they will b
406
406
407
407
- The engine must have `tailwindcss-rails` as gem dependency.
408
408
- The engine must have a `app/assets/tailwind/<engine_name>/application.css` file or your application must have overridden file in the same location of your application root.
409
+
- The engine must register itself in Tailwindcss Rails:
0 commit comments