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: More basic styleguide Created Aug. 3, 2017, 3:10 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
« no previous file with comments | « pages/index.html ('k') | settings.ini » ('j') | 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,22 @@
+title=Styleguide
+
+<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
+<? include styleguide/style ?>
+
+<div class="sg-body">
+ <header class="sg-section">
+ <h1>Styleguide</h1>
+ </header>
+
+ <section class="sg-section">
+ <? include styleguide/typography/index ?>
+ </section>
+
+ <section class="sg-section">
+ <? include styleguide/lists/index ?>
+ </section>
+
+ <section class="sg-section">
+ <? include styleguide/grid/index ?>
+ </section>
+</div>
« no previous file with comments | « pages/index.html ('k') | settings.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld