postcss.config.js 101 B

1234567
  1. // postcss.config.js
  2. module.exports = {
  3. plugins: {
  4. tailwindcss: {},
  5. autoprefixer: {}
  6. }
  7. }