From e6a6900b3c9bbd31311f77d518e1f90a8bccadaf Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 1 Mar 2023 17:44:29 +0300 Subject: [PATCH] Update sass api url --- components/doc/theming/designerdoc.js | 2 +- components/layout/menu.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/doc/theming/designerdoc.js b/components/doc/theming/designerdoc.js index 6edb47d6d7..7f5a982c9a 100644 --- a/components/doc/theming/designerdoc.js +++ b/components/doc/theming/designerdoc.js @@ -7,7 +7,7 @@ export function DesignerDoc(props) {

CSS of the themes share the same license as PrimeReact which is MIT, this means the generated CSS can be customized per your needs however this should be avoided if your customizations are not simple. For instance even to change a primary color, since there is no variable a find and replace should be performed various times. On the other hand, this can be achieved by changing a single variable e.g. $primaryColor. Visit the{' '} - SASS API for the documentation of available customization options. + SASS API for the documentation of available customization options.

diff --git a/components/layout/menu.json b/components/layout/menu.json index ab9e7ce331..0c3b0e8ac9 100644 --- a/components/layout/menu.json +++ b/components/layout/menu.json @@ -461,7 +461,7 @@ }, { "name": "SASS API", - "href": "https://www.primefaces.org/designer/api/primereact/8.1.0" + "href": "https://www.primefaces.org/designer/api/primereact/9.0.0" } ] },