[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.

Merge pull request #21 from atar-axis/master

added missing Parentheses...

authored by

Nestor Vera and committed by
GitHub
(Oct 15, 2020, 2:17 PM +0200) e1cd4609 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 ```