classix 2.1.16 → 2.1.18
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 +9 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# classix
|
|
4
4
|
|
|
5
5
|

|
|
6
|
-

|
|
6
|
+

|
|
7
7
|

|
|
8
8
|
|
|
9
9
|
The [fastest](#performance) and [tiniest](#size) utility for conditionally joining classNames.
|
|
@@ -120,6 +120,14 @@ And if you were using object arguments, you'll have to convert them to string ar
|
|
|
120
120
|
|
|
121
121
|
That's it!
|
|
122
122
|
|
|
123
|
+
## Some love ❤️
|
|
124
|
+
|
|
125
|
+
> "This looks great. I agree that the object notation is not great and not worth the perf hit." — @jmeistrich
|
|
126
|
+
|
|
127
|
+
> "It looks good! I like the idea that you can’t pass objects and is simple and minimal. I will use it on my next application instead of classnames." — @m0ment98
|
|
128
|
+
|
|
129
|
+
> "Thank you for creating and maintaining this package! It is great." — @charkour
|
|
130
|
+
|
|
123
131
|
## Changelog
|
|
124
132
|
|
|
125
133
|
For a list of changes and releases, see the [changelog](https://github.com/alexnault/classix/releases).
|