Commit Graph

446 Commits

Author SHA1 Message Date
hokaccha
8ef3824160 Fix bug global leaks, ; to , 2011-12-14 08:22:55 +09:00
hokaccha
3722e8371b Add Sass like extend 2011-12-05 23:19:13 +09:00
Alexis Sellier
9eb0423cb2 fix regression on url.js 2011-11-26 23:42:23 +01: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
40601f8a61 fix regression on urls with relative paths Closes #464 #471 #465 2011-11-23 10:58:26 +01:00
Alexis Sellier
2af0f62f98 fix less.mode in node 2011-11-14 17:24:20 +01:00
Alexis Sellier
85a681de2f require 'util' instead of 'sys' 2011-11-14 11:50:56 +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
7401f5aed3 Merge pull request #445 from jlaire/patch-1
fix undefined reference
2011-11-12 05:09:26 -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
cloudhead
b32fe0e6a8 improve mixin matching, closes #381 2011-11-04 16:13:29 -04:00
Johannes Laire
0e6046e00d initialize 'options' before using it 2011-11-04 02:30:12 +02:00
Adam Solove
5ad3a6732d Correctly handle data URIs, add test for quoted data URIs. 2011-10-21 12:49:25 -04:00
Alexis Sellier
198f7c9d96 fix additional paths not being loaded 2011-10-18 15:31:46 -07: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
43b0e95fd5 Support output to a file 2011-09-14 17:46:53 +02:00
Erwan Loisant
c5c1031402 Basic rhino support 2011-09-14 17:46:53 +02:00
Alexis Sellier
a3384fa922 Merge pull request #355 from revolunet/import-querystrings
support imports with querystrings (google fonts) fix #265
2011-08-28 12:55:29 -07:00
Alexis Sellier
ccfe84f3c1 Merge pull request #341 from ttfkam/cloudhead_322
patch for Issue 322
2011-08-22 05:41:27 -07:00
Alexis Sellier
703efe2dc4 Merge pull request #335 from ttfkam/argb
update ARGB support, fix IE9 style injection
2011-08-22 05:40:14 -07:00
cloudhead
041f119b13 add '--no-color' option 2011-08-22 08:20:05 -04: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
Alexis Sellier
a3f099fd69 Merge pull request #229 from bennyschudel/master
add fade() function
2011-08-18 03:38:21 -07: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
Miles Elam
71f15ac000 ARGB input removed. ARGB output added with the function argb(Color). 2011-08-03 21:02:10 -07:00
Miles
24cc747e5e Added a modified version of Felipe Gasper's IE<9 style injection error fix. 2011-08-03 14:52:35 -07:00
Ian Beck
f38e644008 add support for @keyframes blocks 2011-07-19 19:06:41 -04:00
revolunet
f1695f6a9a support imports with querystrings (google fonts) fix #265 2011-07-08 01:29:39 +02:00
cloudhead
04c2176bdb (minor) ws fixes 2011-07-03 00:19:06 -04:00
James Foster
afd599dcb5 Implement parent selector 2011-07-03 12:07:42 +08:00
Alexis Sellier
fe456a21cf (dist) version 1.1.3 2011-05-27 18:22:48 -04: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
301a22f883 Merge branch 'master' of github.com:cloudhead/less.js 2011-05-24 16:45:46 -04:00
Alexis Sellier
3d24dfe90a (dist) verison bump 2011-05-24 16:44:18 -04:00
Alexis Sellier
59d6408ae4 don't re-evaluate arguments on each mixin.call 2011-05-24 12:08:50 -04:00
cloudhead
853604a791 fix string interpolation with mixins, closes #272 2011-05-19 12:36:13 -04:00
Alexis Sellier
0726b9bd56 fix string interpolation with color values 2011-05-18 11:55:07 -04:00