This is a reduced test case for the issue #99 using style placeholders with shadycss in Chrome version 49.0.2623.112 (64-bit).
Run the following:
$ npm install
To generate a build including transpiled ES6 to ES5 using Babel run:
$ npm run build
To start a simple Python SimpleHTTPServer
in the project directory run:
$ npm run start
Visit localhost:8080 in Chrome version 49.0.2623.112 (64-bit)
Alternatively, a hosted version of the build can be found here
Four <my-element>
tags appear as large blue circles.
- All
<my-element>
tags appear as small red squares. - Or intermittently, the first
<my-element>
tag appears as a small blue circle and the other three appear as small red squares.