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
+104Lines changed: 104 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -382,6 +382,8 @@ All the options are optional, and a default value will be used if any of them is
382
382
| stringMap |`PluginStringMap[]`| Check below | An array of strings maps that will be used to make the replacements of the declarations' URLs and to match the names of the rules if `processRuleNames` is `true`|
383
383
| greedy |`boolean`|`false`| When greedy is `true`, the matches of `stringMap` will not take into account word boundaries |
384
384
| aliases |`Record<string, string>`|`{}`| A strings map to treat some declarations as others |
385
+
| plugins |`Array<{name: string, key?: string}>`|`[]`| A list of RTLCSS plugins |
0 commit comments