mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Update TODO.
This commit is contained in:
parent
8c3698874a
commit
0918184578
1 changed files with 22 additions and 8 deletions
30
TODO
30
TODO
|
@ -1,9 +1,23 @@
|
|||
Testing:
|
||||
Test html2haml and css2sass
|
||||
* Documentation
|
||||
Convert to YARD, Markdown
|
||||
Redo tutorial?
|
||||
Re-organize references?
|
||||
** Sass
|
||||
Control structures
|
||||
Partials
|
||||
Mixin arguments
|
||||
Interpolation
|
||||
Bools
|
||||
CSS Terminology (https://mail.google.com/mail/#label/Haml/1202d75234b3ce6b)
|
||||
Convert to new property syntax
|
||||
Stop calling it "alternate" - call it "new" instead
|
||||
** FAQ
|
||||
Multiline vs. helpers
|
||||
form_for needs -, not =
|
||||
|
||||
Features:
|
||||
Sass should throw generic errors for undefined variables, not syntax errors
|
||||
Sass::Plugin should log errors
|
||||
There should be a way to make Haml tags not insert whitespace
|
||||
"%li, %a"?
|
||||
Sass::Engine load_paths option should be set by executable
|
||||
* Code
|
||||
** Haml
|
||||
Figure out alternate attribute syntax
|
||||
** Sass
|
||||
CSS Terminology? (https://mail.google.com/mail/#label/Haml/1202d75234b3ce6b)
|
||||
Sass::Engine load_paths option should be set by executable
|
||||
|
|
Loading…
Add table
Reference in a new issue