adding tmp to gitignore

This commit is contained in:
Chris Cochrun 2024-01-08 15:52:29 -06:00
parent 661c272543
commit a0d657df64
2 changed files with 5 additions and 4 deletions

View file

@ -2012,6 +2012,10 @@ select {
height: 9rem;
}
.h-4 {
height: 1rem;
}
.h-8 {
height: 2rem;
}
@ -2044,10 +2048,6 @@ select {
height: 1000px;
}
.h-4 {
height: 1rem;
}
.max-h-\[5rem\] {
max-height: 5rem;
}