feat: bootstrap the basic app structure

This commit is contained in:
sct
2020-08-16 14:39:37 +00:00
parent 2519ac86f7
commit 89a6017c7f
16 changed files with 3511 additions and 297 deletions

View File

@@ -1,8 +1,8 @@
module.exports = {
purge: [],
purge: ['./pages/**/*.{ts,tsx}', './components/**/*.{ts,tsx}'],
theme: {
extend: {},
},
variants: {},
plugins: [],
}
};