Skip to content

Commit 3d1775d

Browse files
fix(sc-rounded-input-style): restore usage inside custom elements
1 parent 082fe93 commit 3d1775d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sc-rounded-input-style.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<dom-module id="sc-rounded-input-style">
22
<template>
33
<style>
4-
html {
4+
html,
5+
:host > * {
56
--sc-rounded-input: {
67
height: 37px;
78
background: white;

0 commit comments

Comments
 (0)