forked from chimpanzees/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.jade
More file actions
36 lines (31 loc) · 1.28 KB
/
Copy pathindex.jade
File metadata and controls
36 lines (31 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
doctype html5
html.auth0-styleguide
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
meta(name='viewport', content='width=device-width, initial-scale=1')
title Styleguide
link(href='//cdnjs.cloudflare.com/ajax/libs/codemirror/5.11.0/codemirror.css', rel='stylesheet')
//- This shouldn't be here
//- link(href='//fonts.googleapis.com/css?family=Roboto+Mono', rel='stylesheet')
link(href='index.css', rel='stylesheet')
link(href='main.css', rel='stylesheet')
link(rel="shortcut icon", href="img/favicon.png")
script(type='text/javascript', src='//cdn.auth0.com/web-header/latest/standalone.min.js')
script(type='text/javascript', src='//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/highlight.min.js')
include templates/mixins/header
include templates/mixins/playground
body
script.
if(_lrscript) {
document.body.appendChild(_lrscript);
}
.container-styleguide
include templates/utils/sidebar
div.main-content-styleguide(role='main')
include templates/splash
include templates/getting-started
include templates/design
include templates/components
include templates/resources
include templates/utils/scripts