stub out webapp
This commit is contained in:
commit
f0321b3f49
14 changed files with 2759 additions and 0 deletions
8
web/tailwind.config.js
Normal file
8
web/tailwind.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
purge: false,
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue