tastejs/todomvc-app-css

Make it compatible with Shadow Dom

jorgecasar opened this issue · 0 comments

It would be great to modularize the CSS to be shadow DOM compatible. Nested selectors like .todo-list li .toggle or .todo-list li .edit doesn't work inside Shadow DOM. I suggest to use BEM methodology.