Skip to content

Commit

Permalink
Fix primefaces#5187: TailWind Styled mode instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Apr 8, 2024
1 parent 27c32d6 commit 06fa2a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/doc/tailwind/csslayerdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ 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 */
@import 'primereact/resources/themes/lara-light-blue/theme.css' layer(primereact);
@layer tailwind-base {
@tailwind base;
}
Expand Down

0 comments on commit 06fa2a2

Please sign in to comment.