We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54484b commit bc2e848Copy full SHA for bc2e848
1 file changed
views/styleguide/index.jade
@@ -64,6 +64,31 @@ block content
64
65
a.btn.btn--b(href='#') Button
66
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
79
+ include /views/partials/_icon
80
81
+ .dib.tcs
82
83
84
+ .dib.tch
85
86
87
+ .bc-bostonBlue.dib.tci
88
89
90
+ code= name
91
92
li.list-item
93
.row
94
.cell.cell--s.well.well--l
0 commit comments