Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/less/less.js

Less. The dynamic stylesheet language.
https://github.com/less/less.js

pass url to errback()

6517d33cf11697b7110da587be4820a5c76fd227 authored about 14 years ago by cloudhead <[email protected]>
fixing logic to determine less.env in the browser

5dd8c1186b4c8b9b246d927b57fc985a38dba901 authored about 14 years ago by neonstalwart <[email protected]>
Fix @import file loading routine

Again, old fs.open syntax is deprecated, replaced with fs.readFile.

74462f178ae0cc0eb0a163856fa52b78139ba7f6 authored about 14 years ago by Felix Geisendörfer <[email protected]>
Fix bin/lessc

One more time, had to replace fs.open call with fs.readFile.

fe134b27596984337fc249cadeef35febe237ca4 authored about 14 years ago by Felix Geisendörfer <[email protected]>
Fix test suite

Replaced old fs.open/read wrapper with fs.readFile.

f44bc6b6fe6a33269d0244c96636bbb29d4c3337 authored about 14 years ago by Felix Geisendörfer <[email protected]>
(dist) build 1.0.35

7996bf5e78486f5f1bc00ce9a1b4f649df332564 authored over 14 years ago by cloudhead <[email protected]>
(dist) version bump

70b6684f873c8a06d6e7f644b4b39263a1016fdd authored over 14 years ago by cloudhead <[email protected]>
improve error reporting

d5ffb1d70820a3a9da3e0f83a46c37b532e73512 authored over 14 years ago by cloudhead <[email protected]>
attempt to fix IE relative urls

ea3d92027f5a2e088b8356d03dc43807163aa7c3 authored over 14 years ago by cloudhead <[email protected]>
attempt at url() relative path fix

a8fbcb1917d3a5ec527c1f0a6e273730e5fe540f authored over 14 years ago by cloudhead <[email protected]>
(dist) build 1.0.34

d470739cb1b9e684bc0f8a7ef8c5dcd22c3c6ad7 authored over 14 years ago by cloudhead <[email protected]>
(dist) version bump

1036c568020c94addc9e60506803f56ca4f789b6 authored over 14 years ago by cloudhead <[email protected]>
(dist) remove lib/ folder from package

04984e270835b963e0d8f9c552ab392a4a27bfaa authored over 14 years ago by cloudhead <[email protected]>
basic ability to overwrite some config options in browser

d15752ff5fe352e0e3d3b397a6dde5803d95ea4d authored over 14 years ago by cloudhead <[email protected]>
add 'rad' 'grad' 'turn' units

0f769a09bcfbe8962684cd1d9a737aca26eed759 authored over 14 years ago by cloudhead <[email protected]>
stateless URL evaluation

e17314e653e02cd8ce5a5e5e91e39d989b1a9b6a authored over 14 years ago by cloudhead <[email protected]>
support uppercase characters in attribute

da62bf3eb421eb807fd1561b8987c4b8703ef037 authored over 14 years ago by cloudhead <[email protected]>
squeeze extra slashes in url()

334f224d7efb379acecdf9ce7a18cc84df0d7391 authored over 14 years ago by cloudhead <[email protected]>
support relative url() paths in the browser

326e863bbcc8b8fb99e3f958acf5ea1bc6502d0a authored over 14 years ago by cloudhead <[email protected]>
make strings behave like other nodes.

- rename 'content' to 'value'

4399c9c9658e5c189745943d43c6d9453a0ded8f authored over 14 years ago by cloudhead <[email protected]>
Fixed dot in css name error(when using style.1.css and style.2.css), also fixed 'url()' error

afd983b9ea24cdcac035a759b7dd7c57e2e8fc71 authored over 14 years ago by Fedor Indutny <[email protected]>
(dist) build 1.0.33

f3c6d31d4cc27ea32c50bc9e17be3c890fa17f3e authored over 14 years ago by cloudhead <[email protected]>
(dist) version bump

b06b24896212bd457de52de8094cdc525aa62c01 authored over 14 years ago by cloudhead <[email protected]>
cleanup ruleset evaluation

- remove eval() from ruleset.toCSS
- fix multiple mixin calls with different arguments yeilding ...

9bc9d11518ad31c430a1d224cfe75cc66d0c99e0 authored over 14 years ago by cloudhead <[email protected]>
IE fix

45da7c0fba8e2f5fd88e35300e81bea5353ddfc7 authored over 14 years ago by cloudhead <[email protected]>
refactor mixin definition parser

750dfc9e4e1855e164ae778b5e0915ad6758b171 authored over 14 years ago by cloudhead <[email protected]>
Properly chunkify ``

d39d22496d3f2511a9de2784a79bd7bef758f87f authored over 14 years ago by cloudhead <[email protected]>
explicit evaluation of variables within js

c40c15f1f580143549859592e58a7c7a3a815c12 authored over 14 years ago by cloudhead <[email protected]>
fix error reporting with no stack

663868f18c157b47b13aac2906adddc50b2a3c23 authored over 14 years ago by cloudhead <[email protected]>
test e() with javascript

a57b6f05f93d07130e45da952cd50119a570cf41 authored over 14 years ago by cloudhead <[email protected]>
modify javascript eval to be compatible with e()

cc82887c9f6c5de52a2f6fa10c589cd69f261c73 authored over 14 years ago by cloudhead <[email protected]>
preliminary support for evaluating JavaScript code inside LESS

e36080a3ff7e30a622375ee34a65378dae2b06ef authored over 14 years ago by cloudhead <[email protected]>
small refactor in mixin.match

66fa17b27472b43b49058c5832fbbe885b5daaff authored over 14 years ago by cloudhead <[email protected]>
(dist) new dist commands to Makefile

f74f646eea849fc740041e5e15319d119b2f16ab authored over 14 years ago by cloudhead <[email protected]>
(dist) version bump and build 1.0.32

0e1fe9baa22836499f48b3b53634fbffcf84d268 authored over 14 years ago by cloudhead <[email protected]>
support parametric mixins with #

965061545950555ab1742496532904805ad22a2b authored over 14 years ago by cloudhead <[email protected]>
change scope.less back, to test late binding

cb2330707bd9cd761b98e1a1f8b33a7b0a253b41 authored over 14 years ago by cloudhead <[email protected]>
fix compound variable substitutions

8422fdef6db2737b6e35eb3a04b7c0c19c3a5acb authored over 14 years ago by cloudhead <[email protected]>
fix font shorthand with %

3171a62f0d16641ea329f72197acce76c7c71841 authored over 14 years ago by cloudhead <[email protected]>
big refactoring of ruleset.js, move eval code to eval()

189b1bf0890d7658790dbe5bc2f5b992a66ed0fb authored over 14 years ago by cloudhead <[email protected]>
don't re-eval ruleset

9fa99efc55a8c6d1fbe094031c54de89aaa4c308 authored over 14 years ago by cloudhead <[email protected]>
remove evalRules, use eval

22f25e19f2e8de60fd07d7dcfcd44e088c786322 authored over 14 years ago by cloudhead <[email protected]>
(minor) refactoring

944b6703ad0807b1d4bdb2a3149fd87e8d013c27 authored over 14 years ago by cloudhead <[email protected]>
fix mixin definitions inside other mixin definitions

5fcad4d348735ebf65da5415eed1caf90145616a authored over 14 years ago by cloudhead <[email protected]>
fix error messages with no index

e985bad5f419b9ae4e8a8abed3efe8ce64302ef8 authored over 14 years ago by cloudhead <[email protected]>
(test) mixin closures

cfde58463b0a156f213b74a5bda5bf2dac60585c authored over 14 years ago by cloudhead <[email protected]>
(doc) comments

48690d020882f6e841f8acab5cf3c6d35978bdce authored over 14 years ago by cloudhead <[email protected]>
reload imports when parsing a stylesheet

7eafab64f57e5b525390f2e6da427dac6ee0dd8e authored over 14 years ago by cloudhead <[email protected]>
make mixins behave like closures

04d2d3ab68af05c9c00e45418931236f315be416 authored over 14 years ago by cloudhead <[email protected]>
(dist) update version number in index.js

64cca1f7b8a78bd437e3b32986e0e3af48b60259 authored over 14 years ago by cloudhead <[email protected]>
(dist) build 1.0.31

63d761a7f1c9368b17846ec9c67427c8e308582b authored over 14 years ago by cloudhead <[email protected]>
(dist) version bump

b1677081f571dad4ee454d41bd4c8709bc557116 authored over 14 years ago by cloudhead <[email protected]>
support functions in operations

d983d8d1a13f8cd76cb685ce2ebac42ccc14f5a3 authored over 14 years ago by cloudhead <[email protected]>
remove domain name and root slash from extracted id

1a30768af9a08a9c3c91e3c47b2be27ce02fde49 authored over 14 years ago by cloudhead <[email protected]>
fix refresh()'s timer output

36371a3007c5cce5ca21a953597dcdcca2ce6422 authored over 14 years ago by cloudhead <[email protected]>
more robust id extraction from href

a61ca3ec5bd73759291b63320f38ad1c6196393d authored over 14 years ago by cloudhead <[email protected]>
(new) less.refreshStyles, and reload styles on refresh()

90ab7188f25e8d5821b76283f661ce38014398e6 authored over 14 years ago by cloudhead <[email protected]>
Merge branch 'master' of github.com:cloudhead/less.js

3035d01da37ab12745febe4797afb5185907354a authored over 14 years ago by cloudhead <[email protected]>
support variables in url()

c68867c8e2aa263e573ce5d0b6b59323e6e1dc4a authored over 14 years ago by cloudhead <[email protected]>
Fix for stylesheets having a '.' in their basename

d3c873ed5f93ee0060f9eb23b5e80f6a9a3cb5e6 authored over 14 years ago by Victor Berchet <[email protected]>
(dist) build 1.0.30

75e7f801fee16bc4183b0479cd281ec606fc4327 authored over 14 years ago by cloudhead <[email protected]>
(dist) version bump

462985736d6f9df41431e99ec55d947229fedeb4 authored over 14 years ago by cloudhead <[email protected]>
force refresh on page load in development mode

c520b5859aef1dc65d903ebc1f623d43f8490ff7 authored over 14 years ago by cloudhead <[email protected]>
(minor) style

a3c1c61ef0efa272cb0e80b50d0ef1dbdd963b19 authored over 14 years ago by cloudhead <[email protected]>
(new) parse style tags with type=text/less

45592cb3cc6c71c4ab493436139f8d1c51e61087 authored over 14 years ago by cloudhead <[email protected]>
support type=text/less and text/x-less for specifying stylesheets

6426ac5c7a5d067af6d2ac7d02e4f63c4398f7ce authored over 14 years ago by cloudhead <[email protected]>
fix syntax error with semi-colons in strings

cbb432edefbda356cd55c66f6bf68affda3f1aed authored over 14 years ago by cloudhead <[email protected]>
(minor) style fixes

494398e736fd20355ac5743885f43cce6c6eb5be authored over 14 years ago by cloudhead <[email protected]>
removed unused inputLength

0f4551f9c32500fe54a428391839d2db9c2ed36c authored over 14 years ago by cloudhead <[email protected]>
minor refactoring in chunkification

913eefdcc08e36ab0de52422ddcf9be18ffb8cc6 authored over 14 years ago by cloudhead <[email protected]>
proper chunkification of comments.

comments are preserved even with chunkified input now.

13d6fbf63fe178177735d621fe8137dc26ada95e authored over 14 years ago by cloudhead <[email protected]>
Merge branch 'master' of github.com:cloudhead/less.js

096b7cac18e56d3b4e8c48b38b307a540d06fabc authored over 14 years ago by cloudhead <[email protected]>
don't use __filename if no filename

acfd2463bc5010d50e3330302841f6bd0f79a264 authored over 14 years ago by cloudhead <[email protected]>
(minor) ws

a1e4d61a13d28b3cfd6db79f7306a8ca78312b85 authored over 14 years ago by cloudhead <[email protected]>
ability to pass some variables to toCSS in the form of a hash

27a123d779c20e87f5ef84e97b9ec62d5923b64f authored over 14 years ago by cloudhead <[email protected]>
default to __filename when no filename in env

6a5e7d10cebc0d71480a6756a3abc3401ccab563 authored over 14 years ago by cloudhead <[email protected]>
Fixed inner quotes

16ad5bee0ba80d5f7db40efcb2c0ec175bc14faf authored over 14 years ago by James Foster <[email protected]>
Support chrome: and resource: location protocols.

XMLHttpRequest tried to load `chrome:` and `resource:` protocols as if
they were not local. Chan...

1a8188bd2079d3b5438bb08e961c4d9b7f423fef authored over 14 years ago by Kristoffer Walker <[email protected]>
bug: window.localStorage in Firefox

Firefox 3.6.4 throws an error when trying to access `window.localStorage`.
(at least from `chrom...

eff69f5b77575dcd3fe8605c4575d67162e1df0c authored over 14 years ago by Kristoffer Walker <[email protected]>
Use .overrideMimeType() for Firefox XHR

By overriding the mime type of the default XML to 'text/css' we get rid
of the automatic XML par...

3820350b9c3fc0eaaf8ed132410c1fa2f6f85ccf authored over 14 years ago by Kristoffer Walker <[email protected]>
(dist) build new version

a50ebe73e9dc8ccf2d9c0291534dfe3edda97301 authored over 14 years ago by cloudhead <[email protected]>
(dist) version bump

2d66e4cb48bb61ba9300394a6f41e7f4060bbc71 authored over 14 years ago by cloudhead <[email protected]>
fix '!important' in certain scenarios

f817dcd2fe168d5b5e9338e7b0521d7879ce5f50 authored over 14 years ago by cloudhead <[email protected]>
fix media type not being preserved when generated css

91672f7c24c4de6d30b84fc25f65f5ba170d8f36 authored over 14 years ago by cloudhead <[email protected]>
fix runtime error

15140596bd7c6ff96d55bcb7fdd9f222326d0ff9 authored over 14 years ago by cloudhead <[email protected]>
cleanup, smaller chunks, speed improvements

369b978c787918fd8ad9cc1737bd91098a9c88d6 authored over 14 years ago by cloudhead <[email protected]>
don't create nodes for whitespace

77fa4a171c91e75bff629659f97965d791d86896 authored over 14 years ago by cloudhead <[email protected]>
slice parsing

669b3b6d9215973b4adf88fde09ae52cd01db35c authored over 14 years ago by cloudhead <[email protected]>
various improvements to the parser, resulting in a 20% speed bump

0acc8c0ae1f35c7569ba2648b580c4ce4ac81443 authored over 14 years ago by cloudhead <[email protected]>
(dist) build 1.0.22

7b3cf339c268763b454b6cf30aa8d15f5b223625 authored over 14 years ago by cloudhead <[email protected]>
(dist) version bump

2522815aca9e40e4e0ec47e90a383222fb3b628c authored over 14 years ago by cloudhead <[email protected]>
don't depend on document.querySelectorAll

5021f1d6795a14a4fe78aa0f88c7b34ad81a52b5 authored over 14 years ago by cloudhead <[email protected]>
better chunkification algorithm

544e0824e72ce140a70ae4287181dd9aa2c69e5c authored over 14 years ago by cloudhead <[email protected]>
fix alpha() with numbers

94dff7d3a5780407713effdc46d11bb7e6ad9d50 authored over 14 years ago by cloudhead <[email protected]>
benchmark script can be passed files. also use optimization level 2, cause 3 doesn't exist anymore

e1fad69dbaf3bcf55c4d0181b3ceb3eea507ecf5 authored over 14 years ago by cloudhead <[email protected]>
(dist) build

537b0465c06b99245dac96d934758e1e69618376 authored over 14 years ago by cloudhead <[email protected]>
fix error reporting

2e8a714c923b76f74757e92873f6dbc9a76030c3 authored over 14 years ago by cloudhead <[email protected]>
(dist) build .21 min

6dc68c247f8fb545ecb8d035073cdc7fc2d58c61 authored over 14 years ago by cloudhead <[email protected]>
(dist) build 1.0.21

078ddd0105a0ffecb5cb4b100ee1330bf8e918a3 authored over 14 years ago by cloudhead <[email protected]>
(dist doc) version bump and README update

b598b80a04388274f2926cd1e9c25905d43bc436 authored over 14 years ago by cloudhead <[email protected]>