Commit Graph

507 Commits

Author SHA1 Message Date
cloudhead
cc88b975bb fix options ignored in less.render 2011-02-25 18:55:04 -05: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
Alexis Sellier
0bd18489bc tweak mixin pattern matching to be more useful 2011-01-20 20:02:15 -05:00
cloudhead
6b8a5c4f27 (build) 1.0.40 2010-11-30 11:51:55 -05:00
cloudhead
15bd30eff9 (dist) version bump to 1.0.40 2010-11-30 11:51:20 -05:00
cloudhead
3916384664 (doc) added copyright notice to color mix function 2010-11-28 08:13:13 -05:00
cloudhead
3b94d51692 (doc) removed old comment which doesn't apply 2010-11-27 22:52:50 -05:00
cloudhead
40c7ab81a9 don't crash if there's no 'lastModified' header 2010-11-26 17:43:26 -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
186f898a8e (new) mix function (StanAngeloff) 2010-11-26 17:19:30 -05:00
cloudhead
2dcf227380 Merge '::selector' fix from StanAngeloff 2010-11-26 17:18:01 -05:00
Daniel Bergey
e24e16843f Fixed issue (#134) where subfiles' @imports were regarding #, ? and url portions thereafter as part of the base url. 2010-11-27 06:09:10 +08: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
2a26e45900 (dist) build 1.0.38 2010-11-20 02:19:26 -05:00
cloudhead
4c944a7fc4 (dist) version bump 2010-11-20 02:18:37 -05:00
cloudhead
1a4b10976b (new) support for unquoted data URIs in url() 2010-11-20 02:17:35 -05:00
cloudhead
26b102e98d (dist) build 1.0.37 2010-11-19 15:20:44 -05:00
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
a280728800 (dist) build 1.0.36 2010-10-14 17:27:52 -04: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
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