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: {
basic: `
@layer tailwind-base, primereact, tailwind-utilities;
/* Order */
@layer reset, primevue;
@layer tailwind-base {
@tailwind base;
}
@layer tailwind-utilities {
@tailwind components;
@tailwind utilities;
/* Reset CSS */
@layer reset {
button,
input {
/* CSS to Reset */
}
}
`
}