Skip to content

Commit c0c496a

Browse files
authored
Update readme.md
added plugins section in example to use attributes from config.theme
1 parent 6e849b8 commit c0c496a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ module.exports = {
8888
},
8989
})
9090
},
91+
plugins: [
92+
require('@gradin/tailwindcss-scrollbar'),
93+
],
9194
}
9295
```
9396

@@ -116,4 +119,4 @@ This plugin uses `::-webkit-scrollbar` to modify scrollbar style.
116119

117120
Not supported in all versions of Firefox and Edge prior version <79.
118121

119-
[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

Comments
 (0)