Skip to content

Commit 4fc04d9

Browse files
committed
TailwindCSS 4 Migration update
1 parent 1256532 commit 4fc04d9

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

docs/3.0/tailwind-4-migration.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,32 @@ Thank you!
77

88
## You don't have a TailwindCSS pipeline
99

10-
[WIP]
10+
:::warning 🚧 This guide is still in progress, but here are the basics in order to test TailwindCSS 4.
11+
:::
12+
13+
To test TailwindCSS 4, ensure you are using the following versions:
14+
15+
If you're utilizing `avo-rhino_field`, you must lock its version to `0.0.12.tw4`.
16+
17+
```ruby
18+
gem "avo-rhino_field", "0.0.12.tw4"
19+
```
20+
21+
Add the appropriate entry to your `Gemfile`, depending on your tier:
22+
```ruby
23+
# Avo Community
24+
gem "avo", "3.17.5.tw4"
25+
26+
# Avo Pro
27+
gem "avo", "3.17.5.tw4"
28+
gem "avo-pro", "3.17.5.tw4", source: "https://packager.dev/avo-hq/"
29+
30+
# Avo Advanced
31+
gem "avo", "3.17.5.tw4"
32+
gem "avo-advanced", "3.17.5.tw4", source: "https://packager.dev/avo-hq/"
33+
```
34+
35+
To report any issue please use [this PR](https://github.com/avo-hq/avo/pull/3632).
1136

1237
## You do have a TailwindCSS pipeline
1338

0 commit comments

Comments
 (0)