run lint + fix build output (#19)

* run lint + fix build output

* remove unused env var
This commit is contained in:
Geometrically
2023-03-13 13:28:30 -07:00
committed by GitHub
parent 1b81a1f4a6
commit 6aaf4ed9d9
14 changed files with 121 additions and 223 deletions

View File

@@ -51,7 +51,7 @@ a.uncolored {
color: inherit;
}
input[type="text"] {
input[type='text'] {
border-radius: var(--radius-md);
box-sizing: border-box;
border: 2px solid transparent;
@@ -137,7 +137,7 @@ svg {
.button-animation {
transition: opacity 0.5s ease-in-out, filter 0.2s ease-in-out, transform 0.05s ease-in-out,
outline 0.2s ease-in-out;
outline 0.2s ease-in-out;
&:active:not(&:disabled) {
transform: scale(0.95);