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

treat Directive like a Ruleset

335d153d046b9544420fbdbb8ce507f2d3b4ae83 authored over 14 years ago
Fix for IE6 compatibility

93edde50d251fdea7d90d3cd57ecc467193db5fd authored over 14 years ago
removed unnecessary code in Ruleset#toCSS

f01976bb0322bf1ab1a86b9ad3e79d6add0fe7ab authored over 14 years ago
@media tests

604261c3f0ecc0a5b208f38c4dbb27b4e54c6328 authored over 14 years ago
support CSS3 @media more fully

f35d035e51217e61dc2ff9116201aea6435a6f6a authored over 14 years ago
support [0-9_] in CSS attribute names

d6934147d988c1d983a353792868cd8cbe4d4561 authored over 14 years ago
(dist) version bump

1c2b39df95e41d7d3c646cdaea3754a56129bce9 authored over 14 years ago
(dist) added bin to package.json

d24fa91ffd0caaa4817a319792bd1af6e3dad81d authored over 14 years ago
(doc) install instructions

9951823b90e12fdc7a928661dc8fb3159943c8bf authored over 14 years ago
(dist) package.json update

118e230afddf725eca1b2ca7c91e229f456d5aea authored over 14 years ago
version bump

5b12334599c0c62e0637ab27435cba26673cf2ce authored over 14 years ago
(minor) formatting

70045e9c4bbb019bc5eb1e989f93c0eb94141866 authored over 14 years ago
Fixes for IE7 compatibility

e501f2e47c19309f31d8446c7bb0a0875b9eac95 authored over 14 years ago
(minor) formatting

61c2b5877ab2e46c980011b91bb725f9b013859c authored over 14 years ago
[#.] is not optional in a mixin call

414fbc9dd49766799443b662e4e602fe853dc492 authored over 14 years ago
(test) made benchmark more realistic

a6e276f1b0412cf9abad214b6e7e7c8734c0f546 authored over 14 years ago
removed wildcard parser

eaf3c7d187c502ac3f24485a7efe737e39e84ea4 authored over 14 years ago
removed VERSION file, the information is in package.json

ed1a632f35f4dfd3db721d51e917b7d51a9aad48 authored over 14 years ago
removed trailing comma, which breaks minification

5286c482207a256ba199b20b4e6527262c7e2ccf authored over 14 years ago
update README with new api

04655f3e826dc3c4a0c57208899885ac94342e14 authored over 14 years ago
fix querySelectorAll call

9c0b843fd2a671fbe031c3e056ee0d62ee95b5df authored over 14 years ago
version bump

ee75bca5875c53f792f74a79192d5fbb436290ad authored over 14 years ago
added ECMAScript 4 compatibility

9bc98c5efa0b6e704f99f00fa1d59fb3d18aa8b1 authored over 14 years ago
don't cache return values. %() plays nice with strings

bfe0acb01b3ef4843acd2681a084725f2f748134 authored over 14 years ago
Refactored some of the evaluation mechanisms

- Don't call `eval` from `toCSS`
- Every node responds to `eval`

f5f0919349da766dea6ad5d55786c0221cf3caa3 authored over 14 years ago
version bump to 1.0.5

07d5c208620cf8db09a84462e0c7d07278f72d5f authored over 14 years ago
test cases for recent fixes

7d2fdbda58ddfefe098f674c4e47cdeb283d0250 authored over 14 years ago
Evaluate arguments before passing them to mixin.

Closes #23

3def6cf5bffe628b2ae49a62f4a5655ddca65a44 authored over 14 years ago
tests for value.length > 1 bug

31d0f6af3a9de438b2e789da9beb452bbb901abb authored over 14 years ago
rename variables() to variable()

f7a6046fc8094353159d6118434f728e06d1a11b authored over 14 years ago
evaluate Values of length > 1 properly

50e76c3912e277dcbbf3dda94da641c22a242d69 authored over 14 years ago
nvm compatibility

cdeb9ea29aa38f8359428e566ed1ec4aa655dc77 authored over 14 years ago
moved index.js to lib/less

1b9d4e472d0100e73e95ef924f8a52622e93c4fa authored over 14 years ago
version bump to 1.0.4

52d3051f04cf10832dd141909f049c8a0f5b555d authored over 14 years ago
whitespace

d08ffaed6279dc7ec6cc293e43a0132cc99402d6 authored over 14 years ago
be more flexible, pattern matching

59bd32bb12e8862b7d7df3da0c57af2dc5a00860 authored over 14 years ago
make operations left-associative Closes #20

1dcb4e77cbecae2b3b66d26aa66995588f3fc382 authored over 14 years ago
fix timestamps not being compared properly, when loading a .less

0a271ccb5b9970997a726f45753a96728d5f68bd authored over 14 years ago
fix error styles

097f2ba45581c3d1e2f8e3ff38224cef541da961 authored over 14 years ago
fix for when css isn't available in local storage

5f653ce748167b1e778363d8bfc75c5d5b7c602d authored over 14 years ago
Merge branch 'master' of github.com:cloudhead/less.js

de38e551e14c0caa2dbb8c1deed3e7a81fd6b32d authored over 14 years ago
version bump to 1.0.3

894941d0199810ca94f3481f72bfcd2761e3ce93 authored over 14 years ago
Evaluate function calls properly.

- `fun(f())` is now possible
- Anonymous can take normal strings
- Tests for `%()`

a4d4d55693b205ffc4ab4f025508e503bf6a9e97 authored over 14 years ago
New `%` function, to perform string interpolation

d75becf9ba615384697798467713608fb9708072 authored over 14 years ago
fixed readme.

26e2409d08333ccc6a4152e824b52bca000cfb91 authored over 14 years ago
added information on building less.js, in readme

f3e28e08bf8fcadc784e8c917fa4312bcffd7689 authored over 14 years ago
fixed selector attributes not parsing with a '-'

7a4e0ff77acbfb48a3cf7242e26fdeaa82e1e0a0 authored over 14 years ago
use a timer to check when the dom is ready, before showing errors

280d741b38edb9f6424317aceaa1b5a98f1edc2f authored over 14 years ago
automatically set less.env in certain conditions

45789d8d19d22195447e7c7b43016e606fde0f2a authored over 14 years ago
Local Storage caching, and .less loading from disk

- .less files can now be loaded directly from disk
- nice error messages
- use HTML 5 storage to...

5fad97e4834d598387f7de642325e4d743470dfe authored almost 15 years ago
Overhaul of the error system

The parse() function no longer assumes the command-line is the output
device. We use less.writeE...

e1062efa981a44e49a0ab6ad9f38aef495db0987 authored almost 15 years ago
Support for pattern-matching on mixin calls.

d56feee6f0230b92f9909398ce7bbeb01554b91a authored almost 15 years ago
More accurate parse error messages

Because of the backtracking, we lose the previous point of failure.
The solution is to store the...

2ebbf37c4b131f4413bd9196173f9a6d7a584475 authored almost 15 years ago
use a hash to store variables, fixes variable redifinition bug

3047f7603e62edd5a2b2b6953b04a3f55e09e415 authored almost 15 years ago
fixed bug with passing variables to functions

fee1e305f020ec0a36ca4911f7bdc72d07a97f6c authored almost 15 years ago
package.json update

d0b5f6f2140889b0825773fb174260f9757ea83f authored almost 15 years ago
bumped version to 1.0.1

83a47139f8230d6af23340709d078f711ce84856 authored almost 15 years ago
fixed readme

bdc8564ffee609f0a945950f994f19bcb3ed946e authored almost 15 years ago
Added a couple colour functions

saturate, desaturate, lighten, darken, greyscale.

15f0589f6c59bcde605a0ba2fd6eb54677af9535 authored almost 15 years ago
Fixed HSL

HSL colors weren't working properly. The values weren't being normalized
to {0, 1}.

7d27a181f8406e1c4ee4eb85a8b41993d068ebb1 authored almost 15 years ago
the e() LESS function

used to escape strings in values.
Added Anonymous node to handle things like this.

904d997730063917e5496c39e1206c908cdc739c authored almost 15 years ago
usage info

e46e71a4d17f485d84887a10ffbff3198faaaa2f authored almost 15 years ago
refactored mixin.definition.eval

63923283fcfc2cb78861ee53312104c789def9be authored almost 15 years ago
Fixed mixin calls not working from dynamic mixins

Dynamic mixins aren't treated enough like Rulesets.
There is some code duplication which needs t...

6f8fa2d858cdb8e360cfee023527f362dfdca1fb authored almost 15 years ago
Fix dynamic mixins with nested rules

Dynamic mixins with more than one level of nesting wouldn't work.
This is now fixed. Also refact...

25dbfb177aeed2cd4e427ff489db711659475517 authored almost 15 years ago
Reorganized some of the parsing rule order

- Fix for "{" not parsing
- Use some backtracking when necessary,
it's prettier than crazy loo...

1e0cfe9ac19b6561b655afa887402d7766db1c5c authored almost 15 years ago
use puts instead of writeError, which was removed

aa13ee058b4e281535c1c439051b309c5a13c52d authored almost 15 years ago
less.js now works in firefox, safari and chrome

87e209ed8a739ecdf94f1fd15a8667e5e8fb184d authored almost 15 years ago
Array.isArray compat

30f40222e7a0e3ce0ed1c2430af91157fa8ab5c7 authored almost 15 years ago
@import with .css files no longer precompiles. This gives us some extra

flexibility.

5d5024e70e2474d71a5924fc9b48519ed1d2493e authored almost 15 years ago
We aren't using adapters anymore.

c60c2da3061793b1650b16215708de66c79be1f8 authored almost 15 years ago
quote 'import' so it doesn't freak out

e3df96762ea7bda1862944cf14af04c8a43b5656 authored almost 15 years ago
added compat.js and tree.js to build, it now builds in dist/

11f71f32e79ccdd345d2f93c91eed4e6c97c2304 authored almost 15 years ago
fix optimization option wrongly scoped

660d2f76ba2b630d4aa76878e0ba0504591a47cb authored almost 15 years ago
fix benchmark

be2e675b685d84c7c23d1c5b3bc212148af17300 authored almost 15 years ago
merge

b844de97e3d42f14af47ab48a325a2f33105dc57 authored almost 15 years ago
removed lib/ext, moved lib/less.js to /index.js, moved Array/find to tree.find

0267de4fac554279cc1da25374462a0bdd32493d authored almost 15 years ago
Created a compat.js file in build/, for browser compatiblity, moved trim() in

there. LESS builds to dist/ now.

f6312ba7949dcee856ecabb8d29d5a61cca7e72b authored almost 15 years ago
Doc for Call, Comments, Operation..

fc616b4aa4a100ff1a8d3ce8b4c8b494bce6bf6e authored almost 15 years ago
putting the operate function in operation.js, to facilitate access from browser code

374702c9260d10e8b205ea0f768d6a4990031a35 authored almost 15 years ago
functional browser based parsing + css node creation

f76f6984a9cc25f7091ec94f235a008450f9e93d authored almost 15 years ago
fix typo in browser.js

dd9d2cbeb4c3a16c39118c3bb36e0405f5daf000 authored almost 15 years ago
forgot to add importing to README

9b10608867ff62b1f6376f6ad0b8d22ff59c3e1d authored almost 15 years ago
no need for context passing

5c1f32628708694ddf89e3f6e247cc879961f75b authored almost 15 years ago
String/trim()

3f51a5f184992061a42591d2cc28ab23c6ccb795 authored almost 15 years ago
optimization level is taken from env now

06bf75c3a201381d2338fc9c589f79db01f4af4e authored almost 15 years ago
browser.js init -- very basic browser support - Makefile also builds for browser now

823d69fd6728baaddc39baff10d7199d3900ee6e authored almost 15 years ago
added render() convenience method. Returns an EventEmitter if no callback was passed.

05044028cff70173be6b7a8379a03aaed3102208 authored almost 15 years ago
refactored the import mechanism, added some doc

d0b65730176795c376f895d04b3e723e0317663a authored almost 15 years ago
allow for passing a context of evaluation to the importer

a560c8bfbd4649e5c37ad964e1c3358eae690655 authored almost 15 years ago
updated README

58fe832a67fbaa6015fda0f06f9bcb3a162e2a1d authored almost 15 years ago
removed unnecessary require

5ea82f85889489a67cdb4c94449e0b912ae4dac3 authored almost 15 years ago
remove makefile

75efa14e05c4449de9a560d6507dcd2f9c356d80 authored almost 15 years ago
asynchronous import functionality! All tests passing.

4ad707ea8eabe9a54a491031d5e7703d8911874c authored almost 15 years ago
made parser reentrant for import support

2b4b0cbdf6493b3adceb5d2e18457d94dbb3a94d authored almost 15 years ago
fixed typo in package.json

61a22c2d2670bbb6330afad60f1a38f2033e1425 authored almost 15 years ago
no need to pass starting values to toCSS() anymore

9a583ca6ca598a049805cb9a90c468b38bfe0428 authored almost 15 years ago
fix to undefined mixin error message

26d12af25ac6975de62dfc8b56da3d78fd1baa87 authored almost 15 years ago
package.json init, cause npm is nice

27336869316c2cd71fba3d7d64e9a5c8581f4015 authored almost 15 years ago
operations.less now passes

d91bc379041c448036c570279cce76d1b0f4dcb3 authored almost 15 years ago