mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-10 18:29:34 +00:00
add more demos
This commit is contained in:
@@ -12,3 +12,20 @@ body {
|
|||||||
padding: 50px;
|
padding: 50px;
|
||||||
font: 14px/1.4 fonts;
|
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