mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-28 05:09:29 +00:00
chore: update to react 19 and add react compiler
This commit is contained in:
@@ -14,16 +14,20 @@ html {
|
||||
|
||||
button {
|
||||
all: unset;
|
||||
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
box-sizing: border-box;
|
||||
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
font-style: inherit;
|
||||
color: inherit;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
|
||||
&:focus-visible {
|
||||
outline: var(--outline-focus);
|
||||
|
||||
Reference in New Issue
Block a user