SC5 / sc5-styleguide

Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation
http://styleguide.sc5.io/
MIT License
1.26k stars 171 forks source link

Replace Element.createShadowRoot with Element.attachShadow #1139

Open sei40kr opened 4 years ago

sei40kr commented 4 years ago

Description

Get rid of Element.createShadowRoot since it will be deprecated soon.

Please also see: https://developer.mozilla.org/en-US/docs/Web/API/Element/createShadowRoot https://developer.mozilla.org/en-US/docs/Web/API/Element/attachShadow