Tailwind config

This commit is contained in:
2021-08-14 14:53:54 +02:00
parent 824731bb0b
commit 06fcd3371f

11
tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}