From 73e87d472f423d84f572f849d3e5ef310f4f73bd Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 2 Jul 2018 10:46:18 +0530 Subject: [PATCH] Correct task list format in todo --- TODO.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index aa525c5..6a513e7 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ -[X] 1. Support styles with default style -[ ] 2. Support setting both horizontal and vertical gridareas -[ ] 3. Support events -[ ] 4. Remove unwanted sample ts files -[ ] 5. Add more stories / samples -[ ] 6. Support animation props (like grid-lines) \ No newline at end of file +- [X] Support styles with default style +- [ ] Support setting both horizontal and vertical gridareas +- [ ] Support events +- [ ] Remove unwanted sample ts files +- [ ] Add more stories / samples +- [ ] Support animation props (like grid-lines) \ No newline at end of file