qwickpostLanding/tailwind.config.js
2024-11-24 14:23:46 +07:00

13 lines
207 B
JavaScript

module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {
colors: {
'buffer-blue': '#1E40AF',
},
},
},
plugins: [],
}