Skip to content

Commit 28e8bae

Browse files
authored
Enable & Configure PrimeVue CSS layering & update frontend packages
* Revert "Ready to opensource UI fixes (#1974)" This reverts commit 418114e. * frontend: update packages * Enable & Configure PrimeVue CSS layering Enable PrimeVue CSS layer and configure the tailwind styles to have higher specificity with layering
1 parent 418114e commit 28e8bae

File tree

4 files changed

+191
-150
lines changed

4 files changed

+191
-150
lines changed

frontend/nuxt.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ export default defineNuxtConfig({
7070
options: {
7171
theme: {
7272
preset: Aura,
73+
options: {
74+
cssLayer: {
75+
name: 'primevue',
76+
order: 'tailwind-base, primevue, tailwind-utilities',
77+
},
78+
},
7379
},
7480
},
7581
components: {

0 commit comments

Comments
 (0)