Skip to content

Commit

Permalink
quick format{
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Jul 10, 2018
1 parent 517be30 commit 3ea587f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/url-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
<script src="https://unpkg.com/@webcomponents/webcomponentsjs@^2.0.0/webcomponents-loader.js"></script>

<script type="module">
import {html} from '@polymer/polymer/lib/utils/html-tag.js';
import '../demo-pages-shared-styles.js';

import {html} from '@polymer/polymer/lib/utils/html-tag.js';

const template = html`
<custom-style>
<style is="custom-style" include="demo-pages-shared-styles">
Expand Down

0 comments on commit 3ea587f

Please sign in to comment.