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

6
web/postcss.config.js Normal file
View File

@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}