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: { | |
| 'calc-bg': '#f5f5f5', | |
| 'calc-btn': '#e0e0e0', | |
| 'calc-btn-hover': '#d5d5d5', | |
| 'calc-btn-active': '#c0c0c0', | |
| 'calc-btn-operator': '#ff9500', | |
| 'calc-btn-operator-hover': '#e68a00', | |
| 'calc-btn-operator-active': '#cc7f00', | |
| 'calc-display': '#ffffff', | |
| }, | |
| }, | |
| }, | |
| plugins: [], | |
| } |