We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2942d commit 6db9aafCopy full SHA for 6db9aaf
README.md
@@ -32,9 +32,9 @@ Add an import for the plugin in your CSS file. You cannot currently import only
32
33
- `scrollbar-gutter-auto`: Adds `scrollbar-gutter: auto;` to the element.
34
35
-- `scrollbar-gutter-stable`: Adds `scrollbar-gutter: stable;` to the element.
+- `scrollbar-stable`: Adds `scrollbar-gutter: stable;` to the element.
36
37
-- `scrollbar-gutter-stable` along with `scrollbar-gutter-both-edges`: Adds `scrollbar-gutter: stable both-edges;` to the element.
+- `scrollbar-stable` along with `scrollbar-both-edges`: Adds `scrollbar-gutter: stable both-edges;` to the element.
38
39
### [`scrollbar-width`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width)
40
0 commit comments