postcss.config.mjs 77 B

12345
  1. export default {
  2. plugins: {
  3. "@tailwindcss/postcss": {},
  4. },
  5. };