You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: