Skip to content

Commit 6563409

Browse files
committed
Merge pull request #268 from abdonrd/remove_unused_import
Remove unused import and fix rel attribute
2 parents 90f3450 + 14704d7 commit 6563409

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

demo/index.html

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
-->
1111
<html>
1212
<head>
13-
1413
<meta charset="utf-8">
1514
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
1615
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
@@ -19,20 +18,18 @@
1918

2019
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
2120

22-
<link rel="import" href="../../iron-demo-helpers/demo-snippet.html">
2321
<link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html">
24-
<link rel="import" href="../paper-input.html">
25-
<link rel="import" href="../paper-input-container.html">
26-
<link rel="import" href="../paper-input-error.html">
27-
<link rel="import" href="../paper-input-char-counter.html">
28-
<link rel="import" href="../paper-textarea.html">
29-
<link rel="import" href="../../iron-input/iron-input.html">
22+
<link rel="import" href="../../iron-demo-helpers/demo-snippet.html">
3023
<link rel="import" href="../../iron-icon/iron-icon.html">
3124
<link rel="import" href="../../iron-icons/iron-icons.html">
25+
<link rel="import" href="../../iron-input/iron-input.html">
3226
<link rel="import" href="../../paper-icon-button/paper-icon-button.html">
33-
27+
<link rel="import" href="../../paper-styles/color.html">
28+
<link rel="import" href="../paper-input-container.html">
29+
<link rel="import" href="../paper-input-error.html">
30+
<link rel="import" href="../paper-input.html">
31+
<link rel="import" href="../paper-textarea.html">
3432
<link rel="import" href="ssn-input.html">
35-
<link rel="stylesheet" href="../../paper-styles/color.html">
3633

3734
<style is="custom-style" include="demo-pages-shared-styles">
3835
paper-input {
@@ -53,12 +50,12 @@
5350
button {
5451
width: 70px;
5552
}
53+
5654
#inputForValidation {
5755
display: inline-block;
5856
width: calc(100% - 75px);
5957
}
6058

61-
6259
.vertical-section-container {
6360
max-width: 600px;
6461
}
@@ -74,10 +71,7 @@
7471
iron-icon {
7572
padding-right: 5px;
7673
}
77-
78-
7974
</style>
80-
8175
</head>
8276
<body unresolved>
8377
<div class="vertical-section-container centered">

0 commit comments

Comments
 (0)