Skip to content

Commit c1f6c3b

Browse files
Merge pull request #42 from calebsmithdev/lp-deps-0919
Update dependencies for landing pages
2 parents 4e73fb9 + 5141c67 commit c1f6c3b

5 files changed

Lines changed: 4811 additions & 3145 deletions

File tree

landing/nuxt.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Lara from '@primevue/themes/lara';
2+
import tailwindcss from "@tailwindcss/vite";
23

34
// https://nuxt.com/docs/api/configuration/nuxt-config
45
export default defineNuxtConfig({
@@ -12,10 +13,14 @@ export default defineNuxtConfig({
1213
],
1314
postcss: {
1415
plugins: {
15-
tailwindcss: {},
1616
autoprefixer: {},
1717
}
1818
},
19+
vite: {
20+
plugins: [
21+
tailwindcss()
22+
],
23+
},
1924
primevue: {
2025
options: {
2126
theme: {

0 commit comments

Comments
 (0)