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
npm pkg set scripts.build:css="tailwindcss -i ./app/assets/stylesheets/active_admin.css -o ./app/assets/builds/active_admin.css --minify"
20
20
```
21
21
22
22
If you are already using Tailwind in your app, then update the `build:css` script to chain the above command to your existing one, e.g. `"tailwindcss ... && tailwindcss ..."`, so both stylesheets are generated.
@@ -47,6 +47,44 @@ Note that the templates can and will change across releases. There are additiona
47
47
48
48
With the setup complete, please review the Breaking Changes section and resolve any that may or may not impact your integration.
49
49
50
+
### Upgrading from earlier 4.x beta to 4.0.0.beta16
51
+
52
+
Starting with version 4.0.0.beta16, ActiveAdmin has migrated from TailwindCSS v3 to TailwindCSS v4.
53
+
54
+
If you're upgrading from any earlier 4.0.0 beta release, please review and apply the required adjustments outlined below.
0 commit comments