postcss.config.js 57 B

12345
  1. export default {
  2. plugins: {
  3. tailwindcss: {}
  4. }
  5. };