Commit Graph

337 Commits

Author SHA1 Message Date
cloudhead
f0781cd6cb (dist) version bump 2010-11-19 15:19:11 -05:00
cloudhead
818f48f8c6 add fadein & fadeout color functions 2010-11-19 15:18:56 -05:00
cloudhead
af0f9cd63c use 'type' attribute from link tag, when performing a request 2010-11-19 15:18:35 -05:00
cloudhead
f79f3b5f10 (dist) version bump 2010-10-14 17:26:30 -04:00
cloudhead
9d5eaa724e Merge branch 'master' of github.com:cloudhead/less.js 2010-10-14 17:05:54 -04:00
cloudhead
6517d33cf1 pass url to errback() 2010-10-14 17:05:38 -04:00
neonstalwart
5dd8c1186b fixing logic to determine less.env in the browser 2010-10-13 14:22:47 +08:00
Felix Geisendörfer
74462f178a Fix @import file loading routine
Again, old fs.open syntax is deprecated, replaced with fs.readFile.
2010-10-13 14:09:00 +08:00
cloudhead
70b6684f87 (dist) version bump 2010-08-22 14:47:45 -04:00
cloudhead
d5ffb1d708 improve error reporting 2010-08-22 14:45:22 -04:00
cloudhead
ea3d92027f attempt to fix IE relative urls 2010-08-22 14:44:45 -04:00
cloudhead
a8fbcb1917 attempt at url() relative path fix 2010-08-20 00:02:47 -04:00
cloudhead
1036c56802 (dist) version bump 2010-08-15 11:00:18 -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
e17314e653 stateless URL evaluation 2010-07-25 17:01:27 -04:00
cloudhead
da62bf3eb4 support uppercase characters in attribute 2010-07-25 16:51:19 -04:00
cloudhead
334f224d7e squeeze extra slashes in url() 2010-07-25 16:44:27 -04:00
cloudhead
326e863bbc support relative url() paths in the browser 2010-07-25 16:42:19 -04:00
cloudhead
4399c9c965 make strings behave like other nodes.
- rename 'content' to 'value'
2010-07-25 16:41:05 -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
b06b248962 (dist) version bump 2010-07-23 19:49:03 -04: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
c40c15f1f5 explicit evaluation of variables within js 2010-07-09 21:31:26 +02:00
cloudhead
663868f18c fix error reporting with no stack 2010-07-09 21:29:59 +02:00
cloudhead
cc82887c9f modify javascript eval to be compatible with e() 2010-07-08 19:28:34 +02:00
cloudhead
e36080a3ff preliminary support for evaluating JavaScript code inside LESS 2010-07-08 19:04:36 +02:00
cloudhead
66fa17b274 small refactor in mixin.match 2010-07-08 12:45:43 +02:00
cloudhead
0e1fe9baa2 (dist) version bump and build 1.0.32 2010-07-08 00:40:18 +02:00
cloudhead
9650615459 support parametric mixins with # 2010-07-08 00:27:32 +02:00
cloudhead
8422fdef6d fix compound variable substitutions 2010-07-08 00:22:01 +02:00
cloudhead
3171a62f0d fix font shorthand with % 2010-07-08 00:21:36 +02:00
cloudhead
189b1bf089 big refactoring of ruleset.js, move eval code to eval() 2010-07-07 13:53:09 +02:00
cloudhead
9fa99efc55 don't re-eval ruleset 2010-07-07 12:20:59 +02:00
cloudhead
22f25e19f2 remove evalRules, use eval 2010-07-07 12:19:15 +02:00
cloudhead
944b6703ad (minor) refactoring 2010-07-07 11:59:09 +02:00
cloudhead
5fcad4d348 fix mixin definitions inside other mixin definitions 2010-07-07 11:58:55 +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
cloudhead
04d2d3ab68 make mixins behave like closures 2010-07-06 16:48:05 +02:00
cloudhead
64cca1f7b8 (dist) update version number in index.js 2010-07-05 12:31:27 +02:00
cloudhead
d983d8d1a1 support functions in operations 2010-07-05 01:19:04 +02:00
cloudhead
1a30768af9 remove domain name and root slash from extracted id 2010-07-04 21:20:29 +02:00
cloudhead
36371a3007 fix refresh()'s timer output 2010-07-04 21:19:56 +02:00
cloudhead
a61ca3ec5b more robust id extraction from href 2010-07-04 21:05:02 +02:00
cloudhead
90ab7188f2 (new) less.refreshStyles, and reload styles on refresh() 2010-07-04 19:21:43 +02:00