Skip to content

Commit bc2e848

Browse files
committed
Add Icon to styleguide
1 parent a54484b commit bc2e848

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

views/styleguide/index.jade

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,31 @@ block content
6464

6565
a.btn.btn--b(href='#') Button
6666

67+
li.list-item
68+
.row
69+
.cell.cell--s.well.well--l
70+
71+
h2.mbm#icon Icon
72+
73+
- iconPartialIcons = [ 'twitter' ]
74+
75+
each name in iconPartialIcons
76+
- iconPartial = { name: name }
77+
ul.list.list--inline.mbm
78+
li.list-item
79+
include /views/partials/_icon
80+
li.list-item
81+
.dib.tcs
82+
include /views/partials/_icon
83+
li.list-item
84+
.dib.tch
85+
include /views/partials/_icon
86+
li.list-item
87+
.bc-bostonBlue.dib.tci
88+
include /views/partials/_icon
89+
li.list-item
90+
code= name
91+
6792
li.list-item
6893
.row
6994
.cell.cell--s.well.well--l

0 commit comments

Comments
 (0)