added vertical template and dao dir

This commit is contained in:
timurgordon
2022-03-14 11:20:24 +03:00
parent 6eafd9af95
commit 785e5f25d7
14 changed files with 139 additions and 19 deletions

View File

@@ -1,12 +1,9 @@
const colors = require('tailwindcss/colors')
module.exports = {
mode: 'jit',
purge: {
content: [
content: [
'./templates/**/*.html'
],
},
],
darkMode: false,
theme: {
fontSize: {
@@ -55,6 +52,5 @@ module.exports = {
},
},
},
variants: {},
plugins: [], // if we add forms, do it here
}