Commit Graph

417 Commits

Author SHA1 Message Date
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
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
Alexis Sellier
3dd0f82d3e (dist) version bump 1.1.1 2011-05-17 20:51:46 -04: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
Alexis Sellier
4463e52227 (minor) ws 2011-05-11 14:33:55 -04:00
Alexis Sellier
1315932666 Merge branch 'master' of github.com:cloudhead/less.js 2011-05-11 13:59:49 -04:00
Alexis Sellier
fb9dbab030 (dist) build 1.1.0 2011-05-11 13:59:41 -04:00
Alexis Sellier
37a90c6765 (new) interpolation & escaping of JS 2011-05-11 13:57:52 -04:00
Alexis Sellier
02bb402c4d change @arguments behaviour to be more like js 2011-05-11 12:33:54 -04:00
Alexis Sellier
38b60d8cdb Merge pull request #169 from alkemist/master
(fix) including .less files via absolute path with IE7
2011-05-11 08:54:30 -07:00
Alexis Sellier
1369b57c06 Merge pull request #189 from dz0ny/master
Google Chrome(Chromium) support for extensions
2011-05-11 08:50:09 -07:00
Alexis Sellier
e2ad523746 (new) variable variables 2011-05-11 11:29:27 -04:00
Alexis Sellier
37ee7eb8d5 don't add base-path to data-uris. closes #258 2011-05-11 09:30:44 -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
9379fa4fdd (dist) version bump 2011-05-10 10:05:37 -04:00
Alexis Sellier
a1bf40641b support unary '-' on variables and () 2011-05-10 10:03:40 -04:00
Miles
2de86bd901 Support for IE's ARGB syntax (#aarrggbb) 2011-05-04 06:17:26 +08:00
Daniel Bergey
d7cdc17cde Fix for #198, with regexen, and urlencoding if the token is uppercase. 2011-05-04 06:17:03 +08:00
Kevan Davis
4bdd4f65fe adding escape function (does url encoding, plus a few missing encodings necessary to embed svg in css) 2011-04-26 11:26:57 -04:00
Alexis Sellier
8b3a423d58 Merged pull request #200 from bartschuller/master.
New round(n) function
2011-04-25 11:49:37 -07:00
cloudhead
ffb75c27c0 (dist) version bump & build 2011-04-22 17:00:53 -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
bennyschudel
5130179dc5 renamed fadeto to fade 2011-03-30 03:02:09 -07:00
bennyschudel
9528420561 Added fadeto color function 2011-03-30 02:58:09 -07: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
cloudhead
7f065003b5 Merge branch 'master' of github.com:cloudhead/less.js 2011-02-25 18:56:25 -05:00