adding clojurescript to replace hand written javascript
I hate javascript...
This commit is contained in:
parent
1f46c2daee
commit
cb9f3ca324
11 changed files with 3341 additions and 6 deletions
|
@ -1979,6 +1979,10 @@ select {
|
|||
height: 24rem;
|
||||
}
|
||||
|
||||
.h-48 {
|
||||
height: 12rem;
|
||||
}
|
||||
|
||||
.h-64 {
|
||||
height: 16rem;
|
||||
}
|
||||
|
@ -1999,10 +2003,6 @@ select {
|
|||
height: 9rem;
|
||||
}
|
||||
|
||||
.h-48 {
|
||||
height: 12rem;
|
||||
}
|
||||
|
||||
.h-8 {
|
||||
height: 2rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue