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

8
tailwind.config.js Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
};