Commit Graph

173 Commits

Author SHA1 Message Date
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
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
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
cloudhead
3b94d51692 (doc) removed old comment which doesn't apply 2010-11-27 22:52:50 -05:00
James A. Rosen
aeb4680232 fixed @media and @page parsing problem 2010-11-27 06:34:17 +08:00
cloudhead
e475b1da30 fix merge conflicts 2010-11-26 17:21:33 -05:00
cloudhead
2dcf227380 Merge '::selector' fix from StanAngeloff 2010-11-26 17:18:01 -05:00
Ian Beck
97b3def8a9 Modified selector regexen to support CSS character escapes, added test files to verify change
Closes #78, closes #105
2010-11-27 06:07:14 +08:00
robmadole
86d2d98466 Fix for #149 Facebook login button fails to work with FF 3.6+ 2010-11-27 06:04:29 +08:00
cloudhead
1a4b10976b (new) support for unquoted data URIs in url() 2010-11-20 02:17:35 -05:00
cloudhead
af0f9cd63c use 'type' attribute from link tag, when performing a request 2010-11-19 15:18:35 -05:00
cloudhead
d5ffb1d708 improve error reporting 2010-08-22 14:45:22 -04:00
cloudhead
d15752ff5f basic ability to overwrite some config options in browser 2010-08-15 10:58:52 -04:00
cloudhead
0f769a09bc add 'rad' 'grad' 'turn' units 2010-07-26 00:00:24 -04:00
cloudhead
da62bf3eb4 support uppercase characters in attribute 2010-07-25 16:51:19 -04:00
cloudhead
326e863bbc support relative url() paths in the browser 2010-07-25 16:42:19 -04:00
Fedor Indutny
afd983b9ea Fixed dot in css name error(when using style.1.css and style.2.css), also fixed 'url()' error 2010-07-26 03:56:14 +08:00
cloudhead
9bc9d11518 cleanup ruleset evaluation
- remove eval() from ruleset.toCSS
- fix multiple mixin calls with different arguments yeilding the same
  output.
2010-07-23 19:46:48 -04:00
cloudhead
45da7c0fba IE fix 2010-07-12 08:06:38 -04:00
cloudhead
750dfc9e4e refactor mixin definition parser 2010-07-12 08:06:28 -04:00
cloudhead
d39d22496d Properly chunkify `` 2010-07-12 08:05:39 -04:00
cloudhead
663868f18c fix error reporting with no stack 2010-07-09 21:29:59 +02:00
cloudhead
e36080a3ff preliminary support for evaluating JavaScript code inside LESS 2010-07-08 19:04:36 +02:00
cloudhead
9650615459 support parametric mixins with # 2010-07-08 00:27:32 +02:00
cloudhead
3171a62f0d fix font shorthand with % 2010-07-08 00:21:36 +02:00
cloudhead
e985bad5f4 fix error messages with no index 2010-07-07 11:58:26 +02:00
cloudhead
48690d0208 (doc) comments 2010-07-06 16:51:57 +02:00
cloudhead
7eafab64f5 reload imports when parsing a stylesheet 2010-07-06 16:49:39 +02:00