Skip to content

Commit

Permalink
feat(material): add early version of md-grid-list.
Browse files Browse the repository at this point in the history
Closes #1683
  • Loading branch information
jelbourn authored and mhevery committed May 8, 2015
1 parent 2cb0662 commit 8ef183b
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 65 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<style>
md-grid-tile {
background: lightblue;
}
</style>

<div class="md-grid-list">
<div class="md-grid-tile">
<figure></figure>
</div>
<content></content>
</div>
Loading

0 comments on commit 8ef183b

Please sign in to comment.