Add tailwind to project

This commit is contained in:
E
2021-09-10 21:19:07 +01:00
parent f475c89e27
commit 3f1514c2f3
13 changed files with 4324 additions and 14514 deletions

12
tailwind.config.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
mode: "jit",
purge: ['../views/*.pug'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}