📜  图像未在顺风 css 代码示例中呈现

📅  最后修改于: 2022-03-11 14:47:32.659000             🧑  作者: Mango

代码示例3
// 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  ],}