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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ func main() {
20
20
- Supports Tailwind v3.0 up to v3.4
21
21
- Support for extending the default configuration
22
22
- Support for providing your own caching solution
23
+
- Its in 0.1.0, can I use it? Sure! I will personally be deploying this to prod. It's only in pre 1.0 because there some extra features I want to add before the 1.0 release (see roadmap)
23
24
24
25
## [Why use it?](https://github.com/dcastil/tailwind-merge/blob/v2.2.1/docs/what-is-it-for.md)
25
26
@@ -38,6 +39,7 @@ func main() {
38
39
- Build the class map on initialization and have a simple config style
39
40
- replace regex with more performant solution
40
41
- Move arbitrary value delimeters '[' & ']' to config somehow?
0 commit comments