import tailwindcss from "npm:tailwindcss"; import autoprefixer from "npm:autoprefixer"; export default { plugins: [tailwindcss, autoprefixer], };