Spaces:
Running
Running
| /** @type {import('tailwindcss').Config} */ | |
| module.exports = { | |
| content: ["./*.{html,js}"], | |
| theme: { | |
| extend: { | |
| colors: { | |
| amazon: { | |
| blue: '#232F3E', | |
| orange: '#FF9900', | |
| } | |
| } | |
| }, | |
| }, | |
| plugins: [], | |
| } |