mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-28 17:20:22 +00:00
add more demos
This commit is contained in:
@@ -11,4 +11,21 @@ fonts = helvetica, arial, sans-serif
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user