Initialize tailwindcss

This commit is contained in:
2022-02-04 15:53:56 +00:00
parent 2203542d90
commit f7dfc7b455
4 changed files with 138 additions and 11 deletions

7
web/tailwind.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}