Skip to content

Commit

Permalink
fix decorateStyles with custom-style
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jun 9, 2016
1 parent 5c3b917 commit 57a6769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/style-defaults.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
get _styleProperties() {
if (!this._properties) {
// force rules to reparse since they may be out of date
styleProperties.decorateStyles(this._styles);
styleProperties.decorateStyles(this._styles, this._element);
// NOTE: reset cache for own properties; it may have been set when
// an element in an import applied styles (e.g. custom-style)
this._styles._scopeStyleProperties = null;
Expand Down

0 comments on commit 57a6769

Please sign in to comment.