first commit
This commit is contained in:
15
tailwind.config.js
Normal file
15
tailwind.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
'./templates/**/*.{twig,html,js}',
|
||||
'./public/**/*.html'
|
||||
],
|
||||
future: {
|
||||
// removeDeprecatedGapUtilities: true,
|
||||
// purgeLayersByDefault: true,
|
||||
},
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [require("daisyui")],
|
||||
}
|
||||
Reference in New Issue
Block a user