-
Chloé JACOB authoredf95ffa1f
tailwind.config.cjs 219 B
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}",],
theme: {
extend: {
colords: {
'light-gray': '#718096',
}
},
},
plugins: [],
}