Skip to content

Commit e1cd460

Browse files
authored
Merge pull request #21 from atar-axis/master
added missing Parentheses...
2 parents 888b9f4 + 5a8deb0 commit e1cd460

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)