2009-03-30 15:24:37 -07:00
|
|
|
# -*- mode: org -*-
|
2009-04-27 02:03:22 -04:00
|
|
|
#+STARTUP: nofold
|
2009-03-30 15:24:37 -07:00
|
|
|
|
2009-03-29 02:20:14 -07:00
|
|
|
* 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
|
2009-04-22 00:16:03 -07:00
|
|
|
Document sassc somewhere obvious
|
2009-03-29 02:20:14 -07:00
|
|
|
** FAQ
|
|
|
|
Multiline vs. helpers
|
|
|
|
form_for needs -, not =
|
2006-12-04 10:46:42 +00:00
|
|
|
|
2009-03-29 02:20:14 -07:00
|
|
|
* Code
|
|
|
|
** Haml
|
|
|
|
Figure out alternate attribute syntax
|
|
|
|
** Sass
|
|
|
|
CSS Terminology? (https://mail.google.com/mail/#label/Haml/1202d75234b3ce6b)
|
2009-03-29 02:30:28 -07:00
|
|
|
|
2009-04-23 16:51:44 -07:00
|
|
|
[2.4] Pre-parse everything possible: never call Node#interpolate
|
|
|
|
[2.4] Do all parsing in to_tree
|
2009-03-29 02:30:28 -07:00
|
|
|
[2.4] Allow semicolons for multiple props on one line
|
|
|
|
[2.4] Pull in Compass watcher stuff
|
|
|
|
[2.4] Internationalization
|
|
|
|
Particularly word constituents in Regexps
|
|
|
|
[2.4] Optimization
|
|
|
|
http://csstidy.sourceforge.net/
|
|
|
|
Also comma-folding identical rules where possible
|
|
|
|
Multiple levels
|
|
|
|
0: No optimization
|
|
|
|
1: Nothing that changes doc structure
|
|
|
|
No comma-folding
|
|
|
|
2: Anything that keeps functionality identical to O2 (default)
|
|
|
|
3: Assume order of rules doesn't matter
|
2009-04-22 00:16:03 -07:00
|
|
|
Comma-fold even if there are intervening rules that might interfere
|