UNPKG

spincycle

Version:

A reactive message router and object manager that lets clients subscribe to object property changes on the server

8 lines (6 loc) 195 B
/* Shadow DOM CSS Cheat Sheet */ /* http://robdodson.me/blog/2014/04/10/shadow-dom-css-cheat-sheet */ /* styles for the custom element itself - lowest specificity */ :host { display: block; }