Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 999 Bytes

TODO

File metadata and controls

32 lines (30 loc) · 999 Bytes

Documentation

Redo tutorial? [2.4] Syntax highlighting?

FAQ

form_for needs -, not =

Code

Haml

Figure out alternate attribute syntax [2.4] Allow “!!! HTML5” to set :format => :html5 ?

Sass

[2.4] CSS superset [2.4] Classes are mixins Can refer to specific property values? Syntax? [2.4] Pre-parse everything possible: never call Node#interpolate [2.4] Do all parsing in to_tree [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 Comma-fold even if there are intervening rules that might interfere