We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9670a6 commit 265004eCopy full SHA for 265004e
README.md
@@ -22,7 +22,7 @@ go get -tool github.com/hookenz/gotailwind/v4@latest
22
23
Or a specific version of TailwindCSS:
24
```
25
-go get -tool github.com/hookenz/gotailwind/v4@v4.1.16
+go get -tool github.com/hookenz/gotailwind/v4@v4.1.17
26
27
28
To run it:
main.go
@@ -8,7 +8,7 @@ import (
8
"github.com/hookenz/gotailwind/v4/downloader"
9
)
10
11
-const TaildwindCssVersion = "v4.1.16"
+const TaildwindCssVersion = "v4.1.17"
12
13
func main() {
14
tailwindPath, err := downloader.EnsureTailwindInstalled(TaildwindCssVersion)
0 commit comments