[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-image-rendering. Image-rendering utilities for Tailwind CSS. www.npmjs.com/package/tailwindcss-image-rendering
0

Configure Feed

Select the types of activity you want to include in your feed.

added missing Parentheses, tailwind did not create the pixelated css without

authored by

Florian Dollinger and committed by
GitHub
(Oct 14, 2020, 4:34 PM +0200) 5a8deb01 888b9f4d

+1 -1
+1 -1
readme.md
··· 27 27 imageRendering: ['responsive'], 28 28 }, 29 29 plugins: [ 30 - require('tailwindcss-image-rendering'), // no options to configure 30 + require('tailwindcss-image-rendering')(), // no options to configure 31 31 ], 32 32 } 33 33 ```