File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ go get -tool github.com/hookenz/gotailwind/v4@latest
2222
2323Or a specific version of TailwindCSS:
2424```
25- go get -tool github.com/hookenz/gotailwind/v4@v4.1.18
25+ go get -tool github.com/hookenz/gotailwind/v4@v4.2.0
2626```
2727
2828To run it:
5656
5757Which means you can have different projects targetting different versions of TailwindCSS.
5858
59- Note: Versions of this tool prior to 4.1.6 do not work properly due to bug and broken go cache.
59+ Note: Versions of this tool prior to 4.1.6 do not work properly due to bug and broken go cache.
6060
6161# Contributing
6262Suggestions or improvements are more than welcome.
Original file line number Diff line number Diff line change 88 "github.com/hookenz/gotailwind/v4/downloader"
99)
1010
11- const TaildwindCssVersion = "v4.1.18 "
11+ const TaildwindCssVersion = "v4.2.0 "
1212
1313func main () {
1414 tailwindPath , err := downloader .EnsureTailwindInstalled (TaildwindCssVersion )
You can’t perform that action at this time.
0 commit comments