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 a81b22b commit 691484fCopy full SHA for 691484f
README.md
@@ -10,7 +10,7 @@ Utility function to efficiently merge Tailwind CSS classes in Golang without sty
10
import (
11
"fmt"
12
13
- "github.com/Oudwins/tailwind-merge-go/pkg/twmerge"
+ twmerge "github.com/Oudwins/tailwind-merge-go"
14
)
15
16
func main() {
cmd/main/main.go
@@ -3,7 +3,7 @@ package main
3
4
5
6
7
8
9
0 commit comments