Alexis Sellier
|
321920a50d
|
mixin guards
Allows functional-style guard expressions:
.mixin (@a) ? @a > 0 {...}
|
2011-12-15 23:38:53 +01:00 |
|
Alexis Sellier
|
c290c48b3f
|
node 0.5.x compatibility
|
2011-11-12 13:13:36 +01:00 |
|
Alexis Sellier
|
9939ba5076
|
better JavaScript evaluation
- support for returning Array values
- Expressions/Values are passed as arrays to JavaScript
- fixed some edge cases
|
2011-05-17 20:47:42 -04:00 |
|
cloudhead
|
8422fdef6d
|
fix compound variable substitutions
|
2010-07-08 00:22:01 +02:00 |
|
cloudhead
|
a72966fa6a
|
removed constructor names
|
2010-06-19 01:51:26 -04:00 |
|
cloudhead
|
7768d41050
|
better cross-environment handling. stub out require() in browser.
|
2010-06-15 18:44:59 -04:00 |
|
cloudhead
|
f5f0919349
|
Refactored some of the evaluation mechanisms
- Don't call `eval` from `toCSS`
- Every node responds to `eval`
|
2010-05-07 23:21:16 -04:00 |
|
cloudhead
|
fe732e843c
|
refactor of module system. Things work properly now, and it's all much cleaner.
|
2010-03-13 03:34:48 -05:00 |
|
cloudhead
|
acd46cf7c6
|
refactoring of prototypes
|
2010-03-07 23:38:10 -05:00 |
|
cloudhead
|
23775bda9b
|
implemented dynamic mixins
|
2010-03-07 18:49:54 -05:00 |
|
cloudhead
|
f0f425de33
|
move node/ -> tree/
|
2010-03-05 19:19:14 -05:00 |
|