UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
cujo
/
app
/
list
/
structure.css
9 lines
(7 loc)
•
102 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
#toggle-all
{
display
: none; }
.todos-one
#toggle-all
,
.todos-many
#toggle-all
{
display
: block; }