// export default { // plugins: { // tailwindcss: {}, // autoprefixer: {}, // }, // } // import tailwind from 'tailwindcss' // import tailwindConfig from './tailwind.config.cjs' // import autoprefixer from 'autoprefixer' module.exports = { plugins: [ require('tailwindcss'), require('autoprefixer') ] }