Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 title=Styleguide | |
2 | |
3 <link rel="stylesheet" href="/css/website-defaults.css"> | |
ire
2017/08/03 15:19:06
This link wouldn't be here in the actual styleguid
| |
4 <? include styleguide/style ?> | |
5 | |
6 <div class="sg-body"> | |
7 <header class="sg-section"> | |
8 <h1>Styleguide</h1> | |
9 </header> | |
10 | |
11 <section class="sg-section"> | |
12 <? include styleguide/typography/index ?> | |
13 </section> | |
14 | |
15 <section class="sg-section"> | |
16 <? include styleguide/lists/index ?> | |
17 </section> | |
18 | |
19 <section class="sg-section"> | |
20 <? include styleguide/grid/index ?> | |
21 </section> | |
22 </div> | |
OLD | NEW |