1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[TODO] Add support for the CSS3 calc function.

This commit is contained in:
Nathan Weizenbaum 2009-12-20 04:10:41 -08:00
parent 60e498d044
commit 8faa4afcfc

4
TODO
View file

@ -49,3 +49,7 @@
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
CSS3
Add (optional) support for http://www.w3.org/TR/css3-values/#calc
Cross-unit arithmetic should compile into this
Should we use "mod" in Sass for consistency?