Skip to content

Commit bb948b9

Browse files
authored
Merge pull request #57 from connorabbas/develop
Improvements: Emulated from Inertia project
2 parents 3b32f23 + f462d52 commit bb948b9

File tree

9 files changed

+345
-620
lines changed

9 files changed

+345
-620
lines changed

package-lock.json

Lines changed: 276 additions & 284 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "eslint . --fix"
1616
},
1717
"dependencies": {
18-
"@primeuix/themes": "^1.0.0",
18+
"@primeuix/themes": "^2.0.0",
1919
"@tailwindcss/vite": "^4.1.13",
2020
"@vueuse/core": "^12.8.2",
2121
"@vueuse/integrations": "^13.9.0",
@@ -32,7 +32,7 @@
3232
"vue-router": "^4.4.0"
3333
},
3434
"devDependencies": {
35-
"@primevue/auto-import-resolver": "^4.2.5",
35+
"@primevue/auto-import-resolver": "^4.5.0",
3636
"@tsconfig/node22": "^22.0.2",
3737
"@types/node": "^24.5.2",
3838
"@types/nprogress": "^0.2.3",

src/assets/css/app.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
html {
22
/* font size will determine the component/utility scaling */
33
font-size: 14px;
4+
line-height: 1.15;
45
}
56

67
body {
@@ -16,4 +17,4 @@ body {
1617
.lucide {
1718
width: 16px;
1819
height: 16px;
19-
}
20+
}

src/assets/css/custom-preflight.css

Lines changed: 0 additions & 285 deletions
This file was deleted.

src/assets/css/tailwind.css

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
@layer theme, base, primevue, utilities;
2-
3-
@import 'tailwindcss/theme.css' layer(theme);
4-
/* Custom Preflight implementation that plays nice with PrimeVue component styling */
5-
@import './custom-preflight.css' layer(base);
6-
@import 'tailwindcss/utilities.css' layer(utilities);
7-
@import 'tailwindcss-primeui';
1+
@import "tailwindcss";
2+
@import "tailwindcss-primeui";
83

94
@custom-variant dark (&:where(.dark, .dark *));
105

0 commit comments

Comments
 (0)