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

Commit fd30318

Browse files
committed
fix mixin host selector
1 parent 81f290e commit fd30318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

element-styles/paper-item.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dom-module id="paper-item">
3636
<template>
3737
<style>
38-
html {
38+
html, :host {
3939
--paper-item: {
4040
display: block;
4141
position: relative;

element-styles/paper-material.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dom-module id="paper-material">
3535
<template>
3636
<style>
37-
html {
37+
html, :host {
3838
--paper-material: {
3939
display: block;
4040
position: relative;

0 commit comments

Comments
 (0)