Re: [w3c/webcomponents] Consider adding CSS reset attributes (#638)

You can accomplish this by a single like of CSS4:
```css
* {all: revert;}
```
See https://developer.mozilla.org/en-US/docs/Web/CSS/all

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/638#issuecomment-295438178

Received on Wednesday, 19 April 2017 20:56:29 UTC