From b77a8f6c978735d2e3f475a026c14b7823c4c289 Mon Sep 17 00:00:00 2001 From: Neil Merton <127733587+eneeio-nm@users.noreply.github.com> Date: Wed, 22 Mar 2023 21:51:46 +0000 Subject: [PATCH] Fix spelling mistake in PrimeFlexDoc This should fix #3789 --- doc/theming/PrimeFlexDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/theming/PrimeFlexDoc.vue b/doc/theming/PrimeFlexDoc.vue index bcbfbb3b6..76448c9e4 100644 --- a/doc/theming/PrimeFlexDoc.vue +++ b/doc/theming/PrimeFlexDoc.vue @@ -2,7 +2,7 @@

PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well. PrimeVue can be used with any CSS utility library like bootstrap - and tailwind however PrimeFlex has benefits like integration with PrimeVue themes usign CSS variables so that colors classes e.g. bg-blue-500 receive the color code from the PrimeVue theme being used. PrimeVue follows the CSS + and tailwind however PrimeFlex has benefits like integration with PrimeVue themes using CSS variables so that colors classes e.g. bg-blue-500 receive the color code from the PrimeVue theme being used. PrimeVue follows the CSS utility approach of PrimeFlex and currently does not provide an extended style property like sx. Same approach is also utilized in PrimeBlocks for PrimeVue project as well.