Update reset sample

pull/5002/head
Cagatay Civici 2023-12-26 11:26:13 +03:00
parent 6859c1cc72
commit 3d0b7aa8b5
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 */
}
}
`
}