Spaces:
Build error
Build error
| /** @type {import('tailwindcss').Config} */ | |
| module.exports = { | |
| content: [ | |
| './pages/**/*.{js,ts,jsx,tsx}', | |
| './components/**/*.{js,ts,jsx,tsx}', | |
| ], | |
| theme: { | |
| extend: { | |
| colors: { | |
| gmail: { | |
| red: '#EA4335', | |
| blue: '#4285F4', | |
| yellow: '#FBBC05', | |
| green: '#34A853', | |
| } | |
| } | |
| }, | |
| }, | |
| plugins: [], | |
| } |