simple-merge-class-names 6.0.6 → 6.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/mergeClassNames.d.ts +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# simple-merge-class-names
|
|
2
2
|
|
|
3
|
-
A straightforward utility for merging CSS class names in
|
|
3
|
+
A straightforward utility for merging CSS class names in _React & Tailwind_ and other _JavaScript_ projects.
|
|
4
4
|
|
|
5
5
|
## Table of Contents
|
|
6
6
|
|
package/mergeClassNames.d.ts
CHANGED