79433757

Date: 2025-02-12 16:22:25
Score: 1.5
Natty:
Report link

I had to manually create a tailwind.config.js in the root directory Then added the following and now it works:

/** @type {import('tailwindcss').Config} */
export default {
  content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
  plugins: [],
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Xavier Thomsen