Files
polymer/test/unit/styling-remote-module-sheet.html

11 lines
181 B
HTML

<dom-module id="remote-styles">
<style>
#simple {
border: 3px solid orange;
}
.scoped, [selected] {
border: 4px solid pink;
}
</style>
</dom-module>