Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit e40ca38

Browse files
committed
@host -> :host
1 parent cd622b2 commit e40ca38

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pixi-js.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99
<polymer-element name="pixi-js" attributes="count speed">
1010
<template>
1111
<style>
12-
@host {
13-
* {
14-
background-color: white;
15-
}
12+
:host {
13+
background-color: white;
1614
}
1715
</style>
1816
</template>

0 commit comments

Comments
 (0)