Skip to content

Commit 41ee105

Browse files
committed
Updated the demo/tests to try out latest changes
1 parent 1726357 commit 41ee105

23 files changed

+968
-881
lines changed

demo/html/docs/assets/bass-addons.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.input {
2+
font-family: inherit;
3+
display: block;
4+
width: 100%;
5+
height: 2rem;
6+
padding: .5rem;
7+
margin-bottom: 1rem;
8+
border: 1px solid #ccc;
9+
font-size: .875rem;
10+
border-radius: 3px;
11+
box-sizing: border-box;
12+
}

0 commit comments

Comments
 (0)