79456682

Date: 2025-02-21 08:04:23
Score: 1
Natty:
Report link
module.exports = {
content: [
  "./src/**/*.{js,jsx,ts,tsx}", // React component files
],
theme: {
  extend: {
    colors: {
      primary: '#3476d3',  
      danger: '#df1c6a',   
      accent: '#23f7aa',   
      neutral: '#3f4140',  
    },
  },
},
plugins: [],

};

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shiv