forked from unbug/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon_elements.html
More file actions
25 lines (19 loc) · 1.06 KB
/
common_elements.html
File metadata and controls
25 lines (19 loc) · 1.06 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
{% comment %}
NOTE: This file should not be included/used directly.
common_elements.vulcanized.html is included in head.html as a single HTML Import
of common elements.
Before building and/or deploying the docs, run Vulcanize on this file with the
following command:
vulcanize _includes/common_elements.html -o elements/common_elements.vulcanized.html
{% endcomment %}
<!-- TODO: put back when https://github.com/Polymer/vulcanize/issues/10 is fixed -->
<!-- <link rel="import" href="../components/polymer/polymer.html"> -->
<!-- Leftnav and top toolbar. Used on all pages. -->
<link rel="import" href="../components/polymer-ui-toolbar/polymer-ui-toolbar.html">
<link rel="import" href="../components/polymer-flex-layout/polymer-flex-layout.html">
<link rel="import" href="../elements/docs-menu.html">
<link rel="import" href="../elements/scroll-area.html">
<link rel="import" href="../elements/site-banner.html">
<link rel="import" href="../elements/app-bar.html">
<link rel="import" href="../elements/demo-tabs.html">
<link rel="import" href="../elements/page-scrim.html">