postcss.config.js 113 B

1234567
  1. /* eslint-disable no-undef */
  2. module.exports = {
  3. plugins: {
  4. tailwindcss: {},
  5. autoprefixer: {},
  6. },
  7. };