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: Use includes for each demo Created Aug. 10, 2017, 9:52 a.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
« pages/grid.html ('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,35 @@
+title=Styleguide
+
+<h1>Styleguide</h1>
+
+<ol>
juliandoucette 2017/08/10 16:49:31 Note: We aught to create a TOC component :D (later
ire 2017/08/11 11:09:48 Yup, definitely!
+ <li>
+ <a href="#typography">Typography</a>
+ <ol>
+ <li><a href="#headings">Headings</a></li>
+ <li><a href="#body-content">Body content</a></li>
+ <li><a href="#blockquotes">Blockquotes</a></li>
+ </ol>
+ </li>
+ <li>
+ <a href="#typography">Lists</a>
+ <ol>
+ <li><a href="#ordered-lists">Ordered lists</a></li>
+ <li><a href="#unordered-lists">Unordered lists</a></li>
+ <li><a href="#description-lists">Description lists</a></li>
+ </ol>
+ </li>
+ <li>
+ <a href="#grid">Grid</a>
+ <ol>
+ <li><a href="#2-col-grid">2-column grid</a></li>
+ <li><a href="#3-col-grid">3-column grid</a></li>
+ <li><a href="#4-col-grid">4-column grid</a></li>
+ <li><a href="#reversed-grid">Reversed grid</a></li>
+ </ol>
+ </li>
+</ol>
+
+<? include styleguide/typography/index ?>
+<? include styleguide/lists/index ?>
+<? include styleguide/grid/index ?>
« pages/grid.html ('K') | « pages/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld