Skip to content

Commit

Permalink
Merge pull request #79 from PolymerElements/fix-paper-material-dom-id
Browse files Browse the repository at this point in the history
update paper-material
  • Loading branch information
notwaldorf authored May 12, 2017
2 parents 34d5d27 + 8276608 commit 339c0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/paper-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
-->

<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../../paper-styles/element-styles/paper-material.html">
<link rel="import" href="../../paper-styles/element-styles/paper-material-styles.html">
<link rel="import" href="../paper-button-behavior.html">

<dom-module id="paper-button">
<template>
<style include="paper-material">
<style include="paper-material-styles">
:host {
display: inline-block;
position: relative;
Expand Down

0 comments on commit 339c0e4

Please sign in to comment.