simple-merge-class-names 5.0.0 → 5.0.2
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 +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@ A straightforward utility for merging CSS class names in `React + Tailwind` and
|
|
|
4
4
|
|
|
5
5
|
## Table of Contents
|
|
6
6
|
|
|
7
|
+
- [Support Palestine](#support-palestine)
|
|
7
8
|
- [Production Considerations](#production-considerations)
|
|
8
9
|
- [Installation](#installation)
|
|
9
10
|
- [Install Prettier With VSCode (Most Recommended)](#install-prettier-with-vscode-most-recommended)
|
|
@@ -23,6 +24,20 @@ A straightforward utility for merging CSS class names in `React + Tailwind` and
|
|
|
23
24
|
- [Where This Package Excels](#where-this-package-excels)
|
|
24
25
|
- [License](#license)
|
|
25
26
|
|
|
27
|
+
## Support Palestine
|
|
28
|
+
|
|
29
|
+
We Stand with Palestine <img
|
|
30
|
+
src="https://raw.githubusercontent.com/new-AF/simple-merge-class-names/main/.github/images/ps.png"
|
|
31
|
+
alt="Flag of Palestine"
|
|
32
|
+
height="10"
|
|
33
|
+
/>
|
|
34
|
+
|
|
35
|
+
[Donate](https://gazafunds.com/)
|
|
36
|
+
|
|
37
|
+
[Boycott Brands Supporting Genocide](https://www.uplift.ie/bds/)
|
|
38
|
+
|
|
39
|
+
[Legal Action](https://www.hindrajabfoundation.org/perpetrators)
|
|
40
|
+
|
|
26
41
|
## Production Considerations
|
|
27
42
|
|
|
28
43
|
When developing this package I prioritized _code readability_, _strict input handling_, and _improved developer experience_, as such **_performance_** and **_features_** were not the guiding factor. Therefore if you are considering this package for production, you might also want to look into `clsx`: [https://www.npmjs.com/package/clsx](https://www.npmjs.com/package/clsx)
|