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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ This will work as you'd expect.
76
76
77
77
## Options
78
78
79
-
|Name|Description|Default|
79
+
|Name|Type|Description|Default|
80
80
|---|---|---|
81
-
|`limit` `Number|Boolean`|Limits how many class names can a `className` have. Throws an error if more than `limit` number of class names are declared.|`false`|
82
-
|`includeOriginal``Boolean`|Determines wether the original `className` value should be kept in addition to the appended generated value.|`true`|
81
+
|`allowMultiple`|`Boolean`|Determines weather `className`can have multiple class names.|`true`|
82
+
|`includeOriginal`|`Boolean`|Determines weather the original `className` value should be kept in addition to the appended generated value.|`true`|
0 commit comments