From 4efaa4f75b9d62c61be0a684c7a902dbb046d434 Mon Sep 17 00:00:00 2001
From: Cagatay Civici
Date: Thu, 13 Jun 2024 11:29:47 +0300
Subject: [PATCH] Remove text
---
apps/showcase/doc/theming/styled/csslayer/ResetDoc.vue | 1 -
1 file changed, 1 deletion(-)
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.