Index: third_party/polymer/components/paper-styles/element-styles/paper-material-styles.html |
diff --git a/third_party/polymer/components/paper-styles/element-styles/paper-material.html b/third_party/polymer/components/paper-styles/element-styles/paper-material-styles.html |
similarity index 95% |
rename from third_party/polymer/components/paper-styles/element-styles/paper-material.html |
rename to third_party/polymer/components/paper-styles/element-styles/paper-material-styles.html |
index a5159bac0111e011bb1ba0a5b048f6fa2d893f88..83aee8d595a57a80c5464dc6bc6ec0d326a8809b 100644 |
--- a/third_party/polymer/components/paper-styles/element-styles/paper-material.html |
+++ b/third_party/polymer/components/paper-styles/element-styles/paper-material-styles.html |
@@ -20,7 +20,7 @@ of each other,that create the effect of a lifted piece of paper. |
Example: |
<custom-style> |
- <style is="custom-style" include="paper-material"></style> |
+ <style is="custom-style" include="paper-material-styles"></style> |
</custom-style> |
<div class="paper-material elevation-1"> |
@@ -31,7 +31,7 @@ Example: |
@demo demo/index.html |
--> |
-<dom-module id="paper-material"> |
+<dom-module id="paper-material-styles"> |
<template> |
<style> |
:host, html { |