export default { content: [ "./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}", ], theme: { extend: { colors: { 'ny-red': '#C41E3A', // New Year Red 'ny-gold': '#FFD700', // New Year Gold }, }, }, plugins: [], }