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 6e849b8 commit c0c496aCopy full SHA for c0c496a
README.md
@@ -88,6 +88,9 @@ module.exports = {
88
},
89
})
90
91
+ plugins: [
92
+ require('@gradin/tailwindcss-scrollbar'),
93
+ ],
94
}
95
```
96
@@ -116,4 +119,4 @@ This plugin uses `::-webkit-scrollbar` to modify scrollbar style.
116
119
117
120
Not supported in all versions of Firefox and Edge prior version <79.
118
121
-[See Browser Compatibility](https://caniuse.com/?search=%3A%3A-webkit-scrollbar)
122
+[See Browser Compatibility](https://caniuse.com/?search=%3A%3A-webkit-scrollbar)
0 commit comments