Examples.

This commit is contained in:
Austin Andrews
2014-11-25 00:19:31 -06:00
parent 6821a98c9a
commit 9fcdb74f2f

View File

@@ -1,9 +1,4 @@
@title Style
@grid(icon){
<div style="position:relative;width:242px;height:242px;border:1px solid #DDD;float:right;">
<img src="/images/grid-240.svg" />
</div>
}
@example(icon){
<div style="position:relative;width:242px;height:242px;border:1px solid #DDD;float:right;">
<img src="/images/{@icon}.svg" style="position:absolute;top:0;bottom:0;" />
@@ -16,9 +11,9 @@
# @title
@grid()A single square 24 pixels in size.
@example(grid-240-lines)A single square 24 pixels in size.
@example(box)Testing this syntax.
@example(grid-240-lines)Testing this syntax.