Move to key-value basket, to keep track of information easier

Clean up code, add more types
Clean up error handling
This commit is contained in:
Michał Gdula 2024-05-03 18:35:39 +01:00
parent ec2ef95cca
commit 7066cc492b
7 changed files with 196 additions and 138 deletions

View file

@ -78,6 +78,10 @@ hr {
background-color: rgba($color-dark, 0.1);
}
button {
font-family: $font-family;
}
.spacer {
height: $spacing-large;
}