Update reset doc

pull/5002/head
Cagatay Civici 2023-12-26 12:32:28 +03:00
parent 8a04072cbb
commit ff37427044
1 changed files with 8 additions and 8 deletions

View File

@ -23,15 +23,15 @@ export default {
}, },
code2: { code2: {
basic: ` basic: `
@layer tailwind-base, primereact, tailwind-utilities; /* Order */
@layer reset, primevue;
@layer tailwind-base { /* Reset CSS */
@tailwind base; @layer reset {
} button,
input {
@layer tailwind-utilities { /* CSS to Reset */
@tailwind components; }
@tailwind utilities;
} }
` `
} }