postcss.config.js 80 Bytes
export default {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}