12 lines
No EOL
246 B
JavaScript
12 lines
No EOL
246 B
JavaScript
module.exports = {
|
|
content: ['./public/**/*.{html,js}'],
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
primary: '#2563eb',
|
|
'primary-hover': '#1d4ed8',
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
}
|