Skip to content

Commit 5a8deb0

Browse files
authored
added missing Parentheses, tailwind did not create the pixelated css without
1 parent 888b9f4 commit 5a8deb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ yarn add -D tailwindcss-image-rendering
2727
imageRendering: ['responsive'],
2828
},
2929
plugins: [
30-
require('tailwindcss-image-rendering'), // no options to configure
30+
require('tailwindcss-image-rendering')(), // no options to configure
3131
],
3232
}
3333
```

0 commit comments

Comments
 (0)