Skip to content

Commit

Permalink
Update csslayerdoc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jan 3, 2025
1 parent 2d983f9 commit 7ed3085
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/doc/tailwind/csslayerdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ export function CSSLayerDoc(props) {
basic: `
@layer tailwind-base, primereact, tailwind-utilities;
/* IMPORTANT: In "styled" mode you must add the PrimeReact Theme here. Do NOT include in "unstyled" mode */
/* VITE ONLY: In "styled" mode you must add the PrimeReact Theme here. Do NOT include in "unstyled" mode */
@import 'primereact/resources/themes/lara-light-blue/theme.css';
/* NEXT.JS ONLY: In "styled" mode you must also add the layer(primereact) */
@import 'primereact/resources/themes/lara-light-blue/theme.css' layer(primereact);
@layer tailwind-base {
@tailwind base;
}
Expand Down

0 comments on commit 7ed3085

Please sign in to comment.