diff --git a/apps/showcase/doc/theming/styled/csslayer/ResetDoc.vue b/apps/showcase/doc/theming/styled/csslayer/ResetDoc.vue index 40e8385c8..3f7a05e59 100644 --- a/apps/showcase/doc/theming/styled/csslayer/ResetDoc.vue +++ b/apps/showcase/doc/theming/styled/csslayer/ResetDoc.vue @@ -6,7 +6,6 @@ wrapping your CSS in a layer like reset and make sure primevue comes after your layer since layers defined after has higher precedence. This way, your Reset CSS does not get in the way of PrimeVue components.

-

If you are using Nuxt, use the built-in cssLayerOrder property of the PrimeVue nuxt module instead.