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 21d2c0c commit fd48ca2Copy full SHA for fd48ca2
README.md
@@ -21,7 +21,7 @@ npm install -D tailwind-plugin-css-themes
21
```js
22
// tailwind.config.js
23
24
-plugins: [require("tailwind-plugin-css-themes").default()];
+plugins: [require("tailwind-plugin-css-themes").default({})];
25
```
26
27
The plugin ships with light and dark themes by default. Once added to your config, you can start using it in your HTML.
0 commit comments