export default { content: ["./index.html","./src/**/*.{js,ts,jsx,tsx}"], theme: { extend: { colors: { hsbg: { gold:'#F5B30A', dark:'#1A0A00', card:'#2A1500', board:'#0D1F0D' } } } }, plugins: [] }