// tailwind.config.js{ theme: {}, // no options to configure variants: { // all the following default to ['responsive'] imageRendering: ['responsive'], }, plugins: [ require('tailwindcss-image-rendering'), // no options to configure ],}