Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 4434596

Browse files
committed
review comments
1 parent 96db989 commit 4434596

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

classes/global.html

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
a `<style is=custom-style include="..."` type of style include, which mean
1616
these styles will only apply to the main document, regardless of where
1717
you import this file.
18-
19-
For a set of styles that can be applied to an element,
20-
check iron-demo-helpers/demo-pages-shared-styles.html.
2118
-->
2219

2320
<style>

element-styles/paper-material.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<style is="custom-style" include="paper-material"></style>
2424
</custom-style>
2525
26-
<div class="paper-material" elevation=1">
26+
<div class="paper-material" elevation="1">
2727
... content ...
2828
</div>
2929

0 commit comments

Comments
 (0)