Spaces:
Running
Running
File size: 268 Bytes
9a0c1bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./*.{html,js}"],
theme: {
extend: {
colors: {
amazon: {
blue: '#232F3E',
orange: '#FF9900',
}
}
},
},
plugins: [],
} |