Skip to content

Commit

Permalink
move reset to primevue layer to not override styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mba committed Oct 5, 2023
1 parent 7628289 commit cd9f2ea
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/main.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
@layer primevue {
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
}

body {
Expand Down

0 comments on commit cd9f2ea

Please sign in to comment.