export default { content: ['./index.html', './src/**/*.{vue,js}'], theme: { extend: { colors: { green: { DEFAULT: '#2E7D32', dark: '#1B5E20', light: '#4CAF50' } } } } }