postcss.config.js 108 B

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