postcss.config.js 82 B
Newer Older
module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}