init repo with basic templates

This commit is contained in:
spencerwooo
2021-06-22 13:17:15 +01:00
parent 03c05b4d66
commit 0f049edbce
7 changed files with 1244 additions and 212 deletions
+11
View File
@@ -0,0 +1,11 @@
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}