Commit Graph

476 Commits

Author SHA1 Message Date
Felix Geisendörfer
fe134b2759 Fix bin/lessc
One more time, had to replace fs.open call with fs.readFile.
2010-10-13 14:09:00 +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
Felix Geisendörfer
f44bc6b6fe Fix test suite
Replaced old fs.open/read wrapper with fs.readFile.
2010-10-13 14:09:00 +08:00
cloudhead
7996bf5e78 (dist) build 1.0.35 2010-08-22 14:50:08 -04: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
d470739cb1 (dist) build 1.0.34 2010-08-15 11:02:09 -04:00
cloudhead
1036c56802 (dist) version bump 2010-08-15 11:00:18 -04:00
cloudhead
04984e2708 (dist) remove lib/ folder from package 2010-08-15 10:59:03 -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
f3c6d31d4c (dist) build 1.0.33 2010-07-23 19:49:33 -04: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
a57b6f05f9 test e() with javascript 2010-07-08 19:30:36 +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
f74f646eea (dist) new dist commands to Makefile 2010-07-08 00:55:27 +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
cb2330707b change scope.less back, to test late binding 2010-07-08 00:22:34 +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
cfde58463b (test) mixin closures 2010-07-06 16:52:33 +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
63d761a7f1 (dist) build 1.0.31 2010-07-05 12:30:58 +02:00
cloudhead
b1677081f5 (dist) version bump 2010-07-05 12:30:26 +02:00