file: initialize file

This commit is contained in:
Leon Xu
2021-12-29 17:51:46 -08:00
parent a52b1b5ef3
commit 923a1c858a
31 changed files with 30426 additions and 86 deletions
+11
View File
@@ -0,0 +1,11 @@
module.exports = {
purge: ['./public/**/*.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
}