← back to Freddy

postcss.config.mjs

6 lines

const config = {
  plugins: ["@tailwindcss/postcss"],
};

export default config;