Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Image not rendering in tailwind css

// 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  ],}
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #Image #rendering #tailwind #css
ADD COMMENT
Topic
Name
8+9 =