Skip to content

Commit

Permalink
chore(css): update reset styles
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Nov 21, 2024
1 parent c511c95 commit 6d917ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/runtime/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
@variant dark (&:where(.dark, .dark *));

@layer base {
input,
textarea,
select,
button {
input, textarea, select, button {
border: 0px solid;
border-radius: 0;
padding: 0;
Expand Down

0 comments on commit 6d917ba

Please sign in to comment.