Skip to content

Commit

Permalink
Merge pull request #14 from PolymerElements/fix-dragons
Browse files Browse the repository at this point in the history
stop bringing in the paper-styles kitchen sink
  • Loading branch information
notwaldorf committed Nov 18, 2015
2 parents 864c450 + 010c332 commit bf6fd22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "*",
"web-component-tester": "polymer/web-component-tester#^3.4.0",
"iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0"
},
"ignore": []
Expand Down
4 changes: 2 additions & 2 deletions demo/x-key-aware.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->

<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../../paper-styles/paper-styles.html">
<link rel="import" href="../../paper-styles/color.html">
<link rel="import" href="../iron-a11y-keys.html">

<dom-module id="x-key-aware">
Expand All @@ -22,7 +22,7 @@
pre {
color: var(--google-blue-700);
}

.keys {
line-height: 25px;
}
Expand Down
3 changes: 0 additions & 3 deletions test/basic-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@

<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../test-fixture/test-fixture-mocha.js"></script>


<link rel="import" href="../../iron-test-helpers/iron-test-helpers.html">
<link rel="import" href="../../test-fixture/test-fixture.html">
<link rel="import" href="../iron-a11y-keys.html">
</head>
<body>
Expand Down

0 comments on commit bf6fd22

Please sign in to comment.