Added register page, email field, finished login + register UI, reduced the number of templates generated.
This commit is contained in:
8
WebApp/tailwind.config.js
Normal file
8
WebApp/tailwind.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./src/layouts/static/styles/*.css",
|
||||
"./src/layouts/components/*.tmpl",
|
||||
"./src/layouts/pages/*.tmpl"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user