📅  最后修改于: 2022-03-11 14:47:32.659000             🧑  作者: Mango
// 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 ],}