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 de9fc63 commit b4a8587Copy full SHA for b4a8587
README.md
@@ -41,7 +41,7 @@ Simply add the `?` utility class to any element that you'd like to highlight.
41
42
## Customizing
43
44
-Below is an example of how you can customize the plugin with the available configuration options and their defaults.
+Here's an example of how you can customize the plugin with the available configuration options and their defaults.
45
46
```js
47
// tailwind.config.js
@@ -62,3 +62,5 @@ module.exports = {
62
],
63
};
64
```
65
+
66
+**Demo with customization**: https://play.tailwindcss.com/4Y4TsxcrNU?file=config
0 commit comments