Skip to content

Commit 83b918d

Browse files
authored
Merge pull request #20 from connorabbas/develop
styling fixes
2 parents 2822338 + a3478a2 commit 83b918d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

resources/css/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
@layer tailwind-base {
66
@tailwind base;
7+
@layer base {
8+
input,
9+
textarea,
10+
select,
11+
button {
12+
all: revert;
13+
}
14+
}
715
}
816

917
@layer tailwind-utilities {

0 commit comments

Comments
 (0)