Use documentation and JSDocs comments for all api functions

This commit is contained in:
2019-06-10 00:55:57 +02:00
parent 75a8496791
commit 9a84d6ebf2
27 changed files with 2887 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
.input {
font-family: inherit;
display: block;
width: 100%;
height: 2rem;
padding: .5rem;
margin-bottom: 1rem;
border: 1px solid #ccc;
font-size: .875rem;
border-radius: 3px;
box-sizing: border-box;
}