postcss.config.js 107 B

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