feat: Initialize project with core Nuxt configuration, Quasar layouts, global Tailwind CSS, and essential components.
This commit is contained in:
parent
1b9119e606
commit
76b64a30ae
10 changed files with 311 additions and 160 deletions
|
|
@ -27,7 +27,7 @@
|
|||
/* Typography */
|
||||
/* Typography */
|
||||
--font-main:
|
||||
"Prompt", "Sarabun", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
|
||||
"Prompt", "Inter", "Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI",
|
||||
"Roboto", "Helvetica Neue", Arial, sans-serif;
|
||||
|
||||
/* Layout */
|
||||
|
|
@ -634,6 +634,7 @@ ul {
|
|||
}
|
||||
.font-bold {
|
||||
font-weight: 700;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
.w-full {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue