add more demos

This commit is contained in:
Adam Krebs
2013-12-09 22:56:04 -05:00
parent fc9bc8b9e1
commit 9a42628577

View File

@@ -12,3 +12,20 @@ body {
padding: 50px;
font: 14px/1.4 fonts;
}
form
input[type=text]
padding: 5px
border: 1px solid #eee
color: #ddd
textarea
@extends form input[type=text]
padding: 10px
$foo
color: #FFF
.bar
background: #000
@extends $foo