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
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,6 +296,7 @@ All the options are optional, and a default value will be used, if any of them i
296
296
| rtlPrefix | `string` or `string[]` | `[dir="rtl"]` | Prefix to use in the right-to-left CSS rules |
297
297
| bothPrefix | `string` or `string[]` | `[dir]` | Prefix to use for styles in both directions when the specificity of the ltr or rtl styles will override them |
298
298
| safeBothPrefix | `boolean` | `false` | Add the `bothPrefix` to those declarations that can be flipped to avoid them being overridden by specificity |
299
+
| ignorePrefixedRules| `boolean` | true | Ignores rules that have been prefixed with some of the prefixes contained in `ltrPrefix`, `rtlPrefix`, or `bothPrefix` |
299
300
| source | `Source (string)` | `Source.ltr` | The direction from which the final CSS will be generated |
300
301
| processUrls | `boolean` | `false` | Change the strings using the string map also in URLs |
0 commit comments