mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor: ♻️ Rewrite authentication page
This commit is contained in:
parent
1194bc4ffb
commit
c483f35b99
26 changed files with 373 additions and 797 deletions
|
|
@ -19,6 +19,11 @@ export default defineNuxtConfig({
|
|||
components: {
|
||||
dirs: [],
|
||||
},
|
||||
tailwindcss: {
|
||||
// Don't inject the default @tailwind utilities CSS
|
||||
// To avoid conflicts with our own styles
|
||||
cssPath: false,
|
||||
},
|
||||
future: {
|
||||
compatibilityVersion: 4,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue