beefast-website/tailwind.config.js
2025-01-20 21:20:46 +08:00

14 lines
201 B
JavaScript

module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
primary: '#FEC400',
}
},
},
plugins: [],
}