Luke Page
|
dedf0eee38
|
rename env to context to avoid confusion with environment
|
2014-10-05 18:50:34 +01:00 |
|
Luke Page
|
1a78cd5901
|
Remove unnecessary text from require statements
|
2014-09-08 00:57:50 +01:00 |
|
Luke Page
|
cf0ac69767
|
Merge branch 'reworked-guard-comparison' of github.com:seven-phases-max/less.js into 2_0_0
Conflicts:
lib/less/tree.js
lib/less/tree/anonymous.js
lib/less/tree/color.js
lib/less/tree/condition.js
lib/less/tree/dimension.js
lib/less/tree/keyword.js
lib/less/tree/quoted.js
|
2014-09-06 01:52:47 +01:00 |
|
seven-phases-max
|
c4e2514905
|
reworked guard comparison
|
2014-09-04 01:14:51 +04:00 |
|
Luke Page
|
16746e9b1e
|
untangle the mess of dependencies and remove all circular dependencies. Remove un-necessary dependency injection.
|
2014-08-24 17:55:46 +01:00 |
|
Luke Page
|
08bd23dc2a
|
add browserify (not yet working) and refactor tree nodes to not be dependent on their parent (currently breaks browser build)
|
2014-02-24 21:22:52 +00:00 |
|
Luke Page
|
39b36d9cfc
|
Add alias for =< as <= fixes #1435
|
2013-09-18 05:42:21 +01:00 |
|
Daniel Stockman
|
8eeaf87a79
|
JSHint lib/* and test runners.
|
2013-07-08 19:09:03 -07:00 |
|
Luke Page
|
c56db94b7d
|
Add modified (self altering) visitor pattern and class
|
2013-03-01 13:40:00 +00:00 |
|
Alexis Sellier
|
e8ac71c5b0
|
(minor) add missing semi-colon
|
2012-01-15 17:23:20 +01:00 |
|
Alexis Sellier
|
48db59ec82
|
remove '^=', support 'not' better
|
2012-01-07 01:34:31 +01:00 |
|
Alexis Sellier
|
d8441445a5
|
change negation operators to be more cssy
|
2012-01-03 22:41:14 +01:00 |
|
Alexis Sellier
|
a40a9ee4db
|
and/or for mixin guards
|
2012-01-03 22:27:54 +01:00 |
|
Alexis Sellier
|
77c8df029b
|
support more falsy values
|
2011-12-30 00:50:26 +01:00 |
|
Alexis Sellier
|
40011da01b
|
mixin-guards: support >= != =< operators
|
2011-12-29 23:39:59 +01:00 |
|
Alexis Sellier
|
321920a50d
|
mixin guards
Allows functional-style guard expressions:
.mixin (@a) ? @a > 0 {...}
|
2011-12-15 23:38:53 +01:00 |
|