We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318b190 commit 3dea198Copy full SHA for 3dea198
src/pat/switch/documentation.md
@@ -20,8 +20,8 @@ This pattern takes three properties:
20
21
- `selector`: the CSS selector identifying the elements that must be
22
updated
23
-- `remove`: the class that should be added
24
-- `add`: a class that should be removed
+- `remove`: the class that should be removed
+- `add`: a class that should be added
25
26
You must provide the selector and at least one of _remove_ or _add_.
27
0 commit comments