Adding Tailwind and start application views

This commit is contained in:
Matthew Aaron Raymer
2022-11-26 12:36:39 +08:00
parent 2243458a67
commit ea668a87d4
7 changed files with 568 additions and 173 deletions

6
postcss.config.js Normal file
View File

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