todomvc-app-css icon indicating copy to clipboard operation
todomvc-app-css copied to clipboard

CSS for TodoMVC apps

Results 3 todomvc-app-css issues
Sort by recently updated
recently updated
newest added

Since we're using unicode characters like `×` and `❯`, it's better to specify charset to `UTF-8` in css. [When users don't specify charset in HTML](https://github.com/vuejs/core/blob/main/packages/vue/examples/classic/todomvc.html), it could cause problems. If...

The current CSS is responsive however not super friendly to mobile, it would be cool to create a nice mobile mode.. thoughts? ![screen shot 2015-10-15 at 7 51 19 pm](https://cloud.githubusercontent.com/assets/883126/10532712/398f6484-7376-11e5-8633-959cf75fe5dc.png)

enhancement
help wanted

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...