Y
Hacker News
new
|
ask
|
show
|
jobs
by
difosfor
3021 days ago
I'm surprised nobody mentioned using the Shadow DOM yet. That provides you with a very good means of scoping your CSS; e.g: within custom elements. Just look at Polymer.