Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/styleguide.html

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Apply patch against CMS compatible website-defaults Created Aug. 8, 2017, 3:49 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« includes/styleguide/typography/inline.md ('K') | « pages/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/styleguide.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/pages/styleguide.html
@@ -0,0 +1,21 @@
+title=Styleguide
+
+<? include styleguide/style ?>
+
+<div class="sg-body">
juliandoucette 2017/08/09 12:06:54 Like I said in `style.html` I think the `.containe
ire 2017/08/09 16:50:31 Done.
+ <header class="sg-section">
juliandoucette 2017/08/09 12:06:54 NIT: A header without additional headings or style
ire 2017/08/09 16:50:31 Done.
+ <h1>Styleguide</h1>
+ </header>
+
+ <section class="sg-section">
juliandoucette 2017/08/09 12:06:54 NIT: I don't think these sections are necessary (t
ire 2017/08/09 16:50:31 Done.
+ <? include styleguide/typography/index ?>
+ </section>
+
+ <section class="sg-section">
+ <? include styleguide/lists/index ?>
+ </section>
+
+ <section class="sg-section">
+ <? include styleguide/grid/index ?>
+ </section>
+</div>
« includes/styleguide/typography/inline.md ('K') | « pages/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld