postcss.config.cjs 60 B

123456
  1. module.exports = {
  2. plugins: {
  3. tailwindcss: {},
  4. },
  5. }