Commit Graph

552 Commits

Author SHA1 Message Date
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
8cdeda8a99 (dist) build updates 2011-05-11 14:42:19 -04:00
Alexis Sellier
4463e52227 (minor) ws 2011-05-11 14:33:55 -04:00
Alexis Sellier
6ab8d9c2e6 (dist) use uglifyjs, update copyright headers 2011-05-11 14:33:36 -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
4ee78458c9 (test) fix javascript test 2011-05-11 12:46:37 -04:00
Alexis Sellier
52b10c007f (test) new @arguments behaviour 2011-05-11 12:36:00 -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
c4d1f8a278 (dist) build 1.0.44 2011-05-10 10:08:05 -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
Justin Hileman
aaedf96564 Add an --include-path option to lessc.
This adds an optional `--include-path=foo` argument to the command line lessc script. Paths are evaluated relative to the current working directory, so paths like `../foo`, `./bar` and `baz` all work just like you'd expect.

Multiple paths can be supplied by separating them with colons, e.g. `--include-path=foo:../bar:/baz`

The basedir of the input file is always in the include path because that just makes sense.
2011-05-04 06:18:37 +08: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
Alexis Sellier
0202b29f41 Merge pull request #247 from gilt/master.
New "escape" function
2011-05-03 15:06:50 -07: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
Alexis Sellier
effdfaf805 Merged pull request #235 from PaulKinlan/master.
Issue 234.   preserve-3d property value rendered incorrectly
2011-04-25 11:45:38 -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
Paul Kinlan
c7389727be Fixing the issue with arbitary property value keywords that contain a number not being parsed properly (for example -webkit-transform-style: preserve-3d;) 2011-04-08 16:06:25 +01: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
cebfb3b3f5 refactor less-benchmark.js 2011-03-24 14:43:06 -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
cloudhead
4b3ec3eee0 (dist) version bump 2011-02-25 18:56:14 -05:00
cloudhead
cc88b975bb fix options ignored in less.render 2011-02-25 18:55:04 -05:00
Alexis Sellier
9847f40b0f (test) @arguments 2011-02-19 16:54:38 -05:00
Matt Quail
08b2b353a5 fix implicit vars 2011-02-19 16:42:00 -05:00
Alexis Sellier
93d8f9c364 fix alpha channel being ignored in operations 2011-02-19 15:28:33 -05:00
Bart Schuller
202bcab8d2 Added new round(n) function.
Rationale: Using unrounded computed widths leads to pixel errors.
2011-02-14 23:47:41 +01:00
Janez Troha
dc5a08014c Fix for Google Chrome(Chromium), so you can use less in extensions, apps. Adds protocol support but you have to use .json as file extension for css file, otherwise you get "Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101". 2011-02-01 09:49:51 -08:00
cloudhead
e199ac8c8e (new) JavaScript-style 'arguments' variable 2011-01-31 14:10:57 +00:00
cloudhead
0d95755e00 (doc) another update to README 2011-01-31 13:38:53 +00:00
cloudhead
c06477c85e (doc) update README 2011-01-31 13:35:47 +00:00
Alexis Sellier
b7fb09fed7 (dist) build 2011-01-20 20:05:33 -05:00
Alexis Sellier
7b41e1a3f9 (dist) version bump and build 2011-01-20 20:04:41 -05:00