postcss.config.js 117 B

1234567
  1. module.exports = {
  2. plugins: {
  3. tailwindcss: {},
  4. autoprefixer: {},
  5. 'postcss-nesting': {},
  6. },
  7. };