Skip to content

Commit 8ef183b

Browse files
jelbournmhevery
authored andcommitted
feat(material): add early version of md-grid-list.
Closes angular#1683
1 parent 2cb0662 commit 8ef183b

File tree

4 files changed

+282
-65
lines changed

4 files changed

+282
-65
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<style>
2+
md-grid-tile {
3+
background: lightblue;
4+
}
5+
</style>
6+
17
<div class="md-grid-list">
2-
<div class="md-grid-tile">
3-
<figure></figure>
4-
</div>
8+
<content></content>
59
</div>

0 commit comments

Comments
 (0)