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 888b9f4 commit 5a8deb0Copy full SHA for 5a8deb0
readme.md
@@ -27,7 +27,7 @@ yarn add -D tailwindcss-image-rendering
27
imageRendering: ['responsive'],
28
},
29
plugins: [
30
- require('tailwindcss-image-rendering'), // no options to configure
+ require('tailwindcss-image-rendering')(), // no options to configure
31
],
32
}
33
```
0 commit comments