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 e5a95ed commit 91ea162Copy full SHA for 91ea162
readme.md
@@ -31,7 +31,7 @@ yarn add -D tailwindcss-blend-mode
31
},
32
33
plugins: [
34
- require('tailwindcss-blend-mode'), // no options to configure
+ require('tailwindcss-blend-mode')(), // no options to configure
35
],
36
}
37
```
0 commit comments