Commit Graph

198 Commits

Author SHA1 Message Date
Alexis Sellier
ff0dc06c54 Merge branch 'master' of github.com:cloudhead/less.js 2011-12-10 14:00:23 +01:00
Alexis Sellier
c47e5fa87d Merge pull request #506 from Harrison/master
Issue #393 Add support for "rem" dimensions
2011-12-10 05:00:09 -08:00
Alexis Sellier
bec6b223ae support -ms- vendor extension 2011-12-10 13:59:32 +01:00
Alexis Sellier
431b202d88 (minor) ws 2011-12-10 13:54:24 +01:00
Alexis Sellier
c2d61e75de Merge branch 'master' of https://github.com/Glench/less.js into yui 2011-12-10 13:52:07 +01:00
Alexis Sellier
d352284ba5 merge named-colors 2011-12-10 13:43:48 +01:00
Alexis Sellier
b44d2dc9fe merge named-colors patch 2011-12-10 13:41:20 +01:00
Glen Chiacchieri
164be53d0e Remove useless variable assignment. 2011-12-03 15:13:07 -05:00
Philip Harrison
6c3317ff0b Add rem dimension support 2011-12-03 17:58:25 +01:00
Glen Chiacchieri
e57fd2383e Add yui css compressor on lessc for better compression. Call with lessc
--yui-compressor. If -x and --yui-compressor are present, it will only
use the YUI compressor.
2011-12-02 17:33:12 -05:00
Jacob Thornton
602c0c5c5a fix comments in operations (ex: *height: 2px * 4 /* ie hack */) 2011-11-26 15:01:09 -08:00
Alexis Sellier
97cbfa5d1a fix minor directive parsing bug 2011-11-26 23:42:11 +01:00
Alexis Sellier
920034233b Merge pull request #458 from fat/assignment-entities
Assignment entities
2011-11-24 16:14:39 -08:00
Alexis Sellier
0e01c72560 more flexible parsing of vendor selectors 2011-11-23 12:02:17 +01:00
Alexis Sellier
2af0f62f98 fix less.mode in node 2011-11-14 17:24:20 +01:00
Jacob Thornton
416efd3b60 clean up comment which read confusing 2011-11-13 00:34:39 -08:00
Jacob Thornton
56fc8fe510 clean up + add test 2011-11-13 00:21:03 -08:00
Jacob Thornton
c3b560c6c1 Merge branch 'master' into assignment-entities 2011-11-12 23:57:36 -08:00
Jacob Thornton
354844e802 add assignment entities 2011-11-12 23:55:40 -08:00
Alexis Sellier
e80847267b fix IE 6 support 2011-11-12 14:06:40 +01:00
Alexis Sellier
e35dc0efc0 merge 2011-11-12 13:49:41 +01:00
Alexis Sellier
62fdf76ddb fix css keyframes parsing 2011-11-12 13:46:39 +01:00
Alexis Sellier
c290c48b3f node 0.5.x compatibility 2011-11-12 13:13:36 +01:00
Jacob Thornton
f197b2a0f8 store index on selector element objects for line number inference 2011-11-10 21:24:25 -08:00
Alexis Sellier
491c7d1a29 don't use globals to hold engine mode 2011-10-18 15:30:01 -07:00
Erwan Loisant
62a7141c14 Better recognition of Rhino 2011-09-14 17:46:54 +02:00
Erwan Loisant
c5c1031402 Basic rhino support 2011-09-14 17:46:53 +02:00
Alexis Sellier
ccfe84f3c1 Merge pull request #341 from ttfkam/cloudhead_322
patch for Issue 322
2011-08-22 05:41:27 -07:00
cloudhead
933a8a64fb Merge branch 'master' of github.com:cloudhead/less.js 2011-08-20 10:15:49 -04:00
cloudhead
3331637913 make mixins work better with complex selectors 2011-08-20 10:14:18 -04:00
revolunet
a77fbd190f fix global variable 2011-08-18 13:31:10 +02:00
Idris Mokhtarzada
a69cb4e2a1 Support @-moz-keyframes as well as @-webkit-keyframes. 2011-08-17 15:36:20 -03:00
Miles Elam
6d78b3f04f Fixed issue #322 by changing the keyword regex to allow numbers in any but the first character. 2011-08-07 20:26:00 -07:00
Ian Beck
f38e644008 add support for @keyframes blocks 2011-07-19 19:06:41 -04:00
revolunet
63c028b9bf implement named color conversion 2011-07-08 00:55:59 +02:00
James Foster
afd599dcb5 Implement parent selector 2011-07-03 12:07:42 +08:00
Alexis Sellier
b68dbcf55f fix alpha(opacity=n) support 2011-05-27 18:20:27 -04:00
cloudhead
b043fd4507 catch errors on css function calls 2011-05-24 17:05:17 -04:00
Alexis Sellier
37a90c6765 (new) interpolation & escaping of JS 2011-05-11 13:57:52 -04:00
Alexis Sellier
e2ad523746 (new) variable variables 2011-05-11 11:29:27 -04:00
Alexis Sellier
3823404878 (new) string interpolation and built-in escaping 2011-05-10 18:01:48 -04:00
Alexis Sellier
c5cb070e05 parse '~' in url(), closes #223 2011-05-10 10:19:25 -04:00
Alexis Sellier
a1bf40641b support unary '-' on variables and () 2011-05-10 10:03:40 -04:00
cloudhead
453b467c85 (fix) properly chunkify naked urls 2011-04-22 16:59:39 -04:00
cloudhead
4361a6cb3a support for directives like @-moz-document 2011-04-01 15:57:00 -04:00
Alexis Sellier
717d367364 fix SyntaxError messages not being displayed correctly 2011-03-24 14:51:32 -04:00
Alexis Sellier
f5ffdde710 better comment parsing in selector list 2011-03-24 14:42:30 -04:00
Alexis Sellier
d444d1bbdb parse comments inside expressions 2011-03-24 14:25:16 -04:00
Alexis Sellier
333d1def44 parse whitespace inside function param lists 2011-03-24 14:09:47 -04:00
Matt Quail
08b2b353a5 fix implicit vars 2011-02-19 16:42:00 -05:00