postcss.config.mjs 94 B

1234567
  1. const config = {
  2. plugins: {
  3. "@tailwindcss/postcss": {},
  4. },
  5. };
  6. export default config;