simple-merge-class-names 3.0.2 → 3.0.3
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ A straightforward utility for merging CSS class names in `React + Tailwind` and
|
|
|
17
17
|
- [Console Warning for Invalid Arguments](#console-warning-for-invalid-arguments)
|
|
18
18
|
|
|
19
19
|
- [Testing](#testing)
|
|
20
|
-
- [Source Code](#source-code)
|
|
20
|
+
- [Source Code (Partial)](#source-code-partial)
|
|
21
21
|
- [Misc.](#misc)
|
|
22
22
|
|
|
23
23
|
- [Why the Mismatch Between Exported Function and Package Name?](#why-the-mismatch-between-exported-function-and-package-name)
|
|
@@ -135,7 +135,7 @@ pnpm test
|
|
|
135
135
|
pnpm test:watch
|
|
136
136
|
```
|
|
137
137
|
|
|
138
|
-
## Source Code
|
|
138
|
+
## Source Code (Partial)
|
|
139
139
|
|
|
140
140
|
```javascript
|
|
141
141
|
/**
|