Skip to content

Commit 6db9aaf

Browse files
Update README.md
Fix class names
1 parent 0e2942d commit 6db9aaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Add an import for the plugin in your CSS file. You cannot currently import only
3232

3333
- `scrollbar-gutter-auto`: Adds `scrollbar-gutter: auto;` to the element.
3434

35-
- `scrollbar-gutter-stable`: Adds `scrollbar-gutter: stable;` to the element.
35+
- `scrollbar-stable`: Adds `scrollbar-gutter: stable;` to the element.
3636

37-
- `scrollbar-gutter-stable` along with `scrollbar-gutter-both-edges`: Adds `scrollbar-gutter: stable both-edges;` to the element.
37+
- `scrollbar-stable` along with `scrollbar-both-edges`: Adds `scrollbar-gutter: stable both-edges;` to the element.
3838

3939
### [`scrollbar-width`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width)
4040

0 commit comments

Comments
 (0)