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

mixin-guards: support >= != =< operators

40011da01b681c798d39c58b3cb902915688c121 authored about 13 years ago by Alexis Sellier <[email protected]>
change guard syntax to be more 'cssy'

bdf3763e4b9aabf7711a75967f8f31668b386400 authored about 13 years ago by Alexis Sellier <[email protected]>
Merge branch 'master' of github.com:cloudhead/less.js

db452778c1d60909a9ddc310a0dfdb348f0c4ca4 authored about 13 years ago by Alexis Sellier <[email protected]>
(test) mixin-guards

624c297e7be093bd2234c4fac8d2bfa085cfadae authored about 13 years ago by Alexis Sellier <[email protected]>
additional support for mixin guards

626d7f15231a080c796a31f1479cd0f6ee761bd6 authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #515 from imcotton/patch-1

Shift the type setting in order to work with Webkit, and fix typo for IE

d99e3668498ab4924e97acf96e43b8fee2986e73 authored about 13 years ago by Alexis Sellier <[email protected]>
fix string interpolation bug when var is empty

17137c1a7037da13b251b063036fe8f0f5763b96 authored about 13 years ago by Alexis Sellier <[email protected]>
improve function call error reporting

ddc27617cf3f576b260df1ec78c84262699cc109 authored about 13 years ago by Alexis Sellier <[email protected]>
color() function parses color string

eadc0d87047ff4199ed7a866359afe81c943cab6 authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #527 from hokaccha/percentage

Add function `percentage`

6c6cdcb8399ec535c064ed6c3593d11d2488aa89 authored about 13 years ago by Alexis Sellier <[email protected]>
(test) variable in @media feature

eda86e5c74eeb1d3764c4b3834b14c96b20c4985 authored about 13 years ago by Alexis Sellier <[email protected]>
parenthesized node init

3fa7b2fcc09bef4e36a89450598d4a86e893909b authored about 13 years ago by Alexis Sellier <[email protected]>
properly support @media and @import features

ff3d7c61ff3ae1b324facc13d0713f2acd5e4339 authored about 13 years ago by Alexis Sellier <[email protected]>
fix error output on unexpected errors

96689e4f374e5bc69a95f9cb352b97697e0006c7 authored about 13 years ago by Alexis Sellier <[email protected]>
support vanilla @keyframes

3506838620c441641abb09a63013f1c4b3541c85 authored about 13 years ago by Alexis Sellier <[email protected]>
fix error reporting when index == 0

3e31cc17f06bd99cae776886adc9f6e46e5b9826 authored about 13 years ago by Alexis Sellier <[email protected]>
improvements to error messages

d1cb4aab977157ef7a4ae030daf97de79c174b1e authored about 13 years ago by Alexis Sellier <[email protected]>
mixin guards

Allows functional-style guard expressions:

.mixin (@a) ? @a > 0 {...}

321920a50de004ef88c3501bb0b97c00da8d4211 authored about 13 years ago by Alexis Sellier <[email protected]>
dynamic selectors

Allows things like:

a:nth-child(@var) {}

db72c646bb348537719548830be65bf74da86b56 authored about 13 years ago by Alexis Sellier <[email protected]>
Add function `percentage`

b00aee79d6c752e29d2730bbaeae02591bef377b authored about 13 years ago by hokaccha <[email protected]>
Improved Windows path support in lessc

a15dd33574240843702792042ca2acd77967f4e5 authored about 13 years ago by Christian Zeller <[email protected]>
Use if rather than try

7a033af705c7370dfac0f7a67b773daad0dc8bb3 authored about 13 years ago by Cotton Hou <[email protected]>
Shift the type setting in order to work with Webkit, and fix typo for IE.

f255aefccfafef05048f531792a778ac4f8056ce authored about 13 years ago by Cotton Hou <[email protected]>
(dist) build 1.1.6

9e48460eff4aff9e2ffb3b71300c012027a466d2 authored about 13 years ago by Alexis Sellier <[email protected]>
(dist) version bump

867014c4b923fc453a9817499b81a56037501551 authored about 13 years ago by Alexis Sellier <[email protected]>
fix duplicate header in minified js

c11bddc6736d19299ea710cb2cfebdfbf8b878f7 authored about 13 years ago by Alexis Sellier <[email protected]>
improve minification process a little

6ba85e1c7eabe6afa59b1f95a79ea8798f6accfb authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #496 from wfreeman/master

Removed call to put header into minified build, because it's already there.

cf5d3050eaaaa7a9e62e56cb0a38980999bfadaf authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #379 from khalsah/bug/chrome-extensions

Accept 2xx statuses even for file requests

5c94387928470ff76da041fce4a48caef14d3c12 authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #494 from jmcclell/patch-1

Adding support for absolute paths on Windows.

62e7840a6e9d2403579faed7527a8294e600b22c authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #514 from eager/master

Fix java.io.FileNotFoundException when @importing from LESS in subdirectory

4ae2d1bf050cbefe4bcfc4a0b4ec3de62ba7174e authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #461 from dmcass/sys-util

require 'util' instead of 'sys' in lessc and less-benchmark.js

205816758ddd4140bf156624afb7d60ba3525fd8 authored about 13 years ago by Alexis Sellier <[email protected]>
Merge branch 'master' of github.com:cloudhead/less.js

ff0dc06c5436d105e4c1bfeba1f285f7ab6083e0 authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #506 from Harrison/master

Issue #393 Add support for "rem" dimensions

c47e5fa87d2a566d2f6368cbcd90c870a0914d61 authored about 13 years ago by Alexis Sellier <[email protected]>
support -ms- vendor extension

bec6b223ae4a956b2077faa4c75ab9b1f5324140 authored about 13 years ago by Alexis Sellier <[email protected]>
(minor) ws

431b202d88df1810e110ed9d70aecc616976a6af authored about 13 years ago by Alexis Sellier <[email protected]>
Merge branch 'master' of https://github.com/Glench/less.js into yui

c2d61e75de95916ada0588f5e4c75f82b49466f6 authored about 13 years ago by Alexis Sellier <[email protected]>
add ceil/floor math functions, refactor.

7ae5af9b424dceba027e7301e1e0d4f4f35a8e7f authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #507 from garth/master

Fixed lessc require('sys') for nodejs 0.6.*

ecb61ac1696e7e392ee09b3066baf8a04384c12e authored about 13 years ago by Alexis Sellier <[email protected]>
merge named-colors

d352284ba51f9b6a87c04785ae0bb05491b586c7 authored about 13 years ago by Alexis Sellier <[email protected]>
merge named-colors patch

b44d2dc9feb7b2822344b1be9fb415410fce78e0 authored about 13 years ago by Alexis Sellier <[email protected]>
Pass current sheet's path to the new Parser.

This fixes relative @imports from LESS files in subdirectories.

c7bcf94ef7b02c8264fa0e70b9e172107a658fac authored about 13 years ago by Christian Eager <[email protected]>
Updated lessc require from sys to util for nodejs 0.6.*

d5bb283a62d0337ddce66161a8043db61bfd2370 authored about 13 years ago by Garth Williams <[email protected]>
Remove useless variable assignment.

164be53d0eecd76b25ec1d796374bb8690f614ac authored about 13 years ago by Glen Chiacchieri <[email protected]>
Remove debugging statement.

93a541c003dcca1deed2a830d7d7b3eba77e7c05 authored about 13 years ago by Glen Chiacchieri <[email protected]>
Add rem dimension support

6c3317ff0bd8dc08200d14c42eff0708a570cfbd authored about 13 years ago by Philip Harrison <[email protected]>
Add yui css compressor on lessc for better compression. Call with lessc

--yui-compressor. If -x and --yui-compressor are present, it will only
use the YUI compressor.

e57fd2383e18f40e537cbddf30c31e428a4a1dc2 authored about 13 years ago by Glen Chiacchieri <[email protected]>
Merge pull request #492 from fat/operation-comments

fix comments in operations (ex: *height: 2px * 4 /* ie hack */)

4c50608860a251ae59d373fe1365db987c1a1bf1 authored about 13 years ago by Alexis Sellier <[email protected]>
Updating Makefile to not add a redundant header in the minified javascript.

62a36e567fdf95d35d7edbf0f767a1e8c7594bb3 authored about 13 years ago by Wes Freeman <[email protected]>
Adding support for absolute paths on Windows.

866b6b483c8fb352e46f7f8f970d4f41b8f4e437 authored about 13 years ago by Jason McClellan <[email protected]>
fix comments in operations (ex: *height: 2px * 4 /* ie hack */)

602c0c5c5a21e627e250d52729450c3686de41c2 authored about 13 years ago by Jacob Thornton <[email protected]>
fix regression on url.js

9eb0423cb2428bb166c962f1362ac727f1d92c7d authored about 13 years ago by Alexis Sellier <[email protected]>
fix minor directive parsing bug

97cbfa5d1ad865f67b405383004452b04fd11ea3 authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #458 from fat/assignment-entities

Assignment entities

920034233b40ceeac31bf2dbbf2b141f35844c11 authored about 13 years ago by Alexis Sellier <[email protected]>
more flexible parsing of vendor selectors

0e01c72560da4bbafa827115a220d320b8028c1c authored about 13 years ago by Alexis Sellier <[email protected]>
(dist) hot-fix 1.1.5

bf73ee7c6840fe5da50527283507e27528313681 authored about 13 years ago by Alexis Sellier <[email protected]>
fix regression on urls with relative paths Closes #464 #471 #465

40601f8a61789d105b37772a849773cc4177b0dd authored about 13 years ago by Alexis Sellier <[email protected]>
Added an AMD module registration.

905d63fd2fba9ea06ad3f7bd5e27c1b72b3329f0 authored about 13 years ago by Bobby Wertman <[email protected]>
require 'util' instead of 'sys' in lessc and less-benchmark.js

7bb0a2ab6bb430342bbc77a77c8a66bebe8adf46 authored about 13 years ago by Dustin Cass <[email protected]>
fix less.mode in node

2af0f62f982bf6e15c28b961e98e7d3a49588602 authored about 13 years ago by Alexis Sellier <[email protected]>
(dist) build rhino

2a9cc68ec761a1e703be454987beadcb8d13fc77 authored about 13 years ago by Alexis Sellier <[email protected]>
(dist) version bump & build 1.1.5

ab5af597effc0bea3c7466f0c6f8f3ae2bc7dcae authored about 13 years ago by Alexis Sellier <[email protected]>
require 'util' instead of 'sys'

85a681de2f11f291083b0ce4aaefa5b6085cd8da authored about 13 years ago by Alexis Sellier <[email protected]>
Merge branch 'master' of github.com:cloudhead/less.js

bc32a8ed0ac89a344297d88d720660af262bd189 authored about 13 years ago by Alexis Sellier <[email protected]>
remove require.paths from scripts

13455c065190b4ce51af8bb0c3aaffe7f3851d2d authored about 13 years ago by Alexis Sellier <[email protected]>
clean up comment which read confusing

416efd3b607acd9aa192c925a579ca7de7dc05b9 authored about 13 years ago by Jacob Thornton <[email protected]>
get spec passing

7c2ac614cb0f4b41018d699cf89e88ed143d4a30 authored about 13 years ago by Jacob Thornton <[email protected]>
clean up + add test

56fc8fe510661037ef5f25c7f6d02b38748f3189 authored about 13 years ago by Jacob Thornton <[email protected]>
Merge branch 'master' into assignment-entities

c3b560c6c16ceac19b6bed84ee6bb4b9d773f333 authored about 13 years ago by Jacob Thornton <[email protected]>
add assignment entities

354844e802688e65da1d1f6bf82392736dee1ecb authored about 13 years ago by Jacob Thornton <[email protected]>
Merge pull request #445 from jlaire/patch-1

fix undefined reference

7401f5aed328d035a6d56554ad13432eb20a9cb7 authored about 13 years ago by Alexis Sellier <[email protected]>
fix IE 6 support

e80847267b8104d3b11bef59fda6f4e6181adf08 authored about 13 years ago by Alexis Sellier <[email protected]>
merge

e35dc0efc049b75f568dde37da01c9e01fad720f authored about 13 years ago by Alexis Sellier <[email protected]>
fix css keyframes parsing

62fdf76ddb30eb5af286d05c6e5ee2a8f11b486b authored about 13 years ago by Alexis Sellier <[email protected]>
node 0.5.x compatibility

c290c48b3ff803b0dc3505d59896d230504c7e57 authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #450 from fat/index-on-element-root

store index on selector element objects for line number inference

1d90727fe2ba05977afcd87433c9b1ce34f85cfd authored about 13 years ago by Alexis Sellier <[email protected]>
store index on selector element objects for line number inference

f197b2a0f8a95e4df93c1c15a2438a8380d01cb8 authored about 13 years ago by Jacob Thornton <[email protected]>
improve mixin matching, closes #381

b32fe0e6a8649ba39665f0638c25d55390bf161e authored about 13 years ago by cloudhead <[email protected]>
initialize 'options' before using it

0e6046e00d60f911cd594958dc95a26d7ec66d30 authored about 13 years ago by Johannes Laire <[email protected]>
Merge pull request #432 from asolove/master

#361: Fix for quoted data URIs getting prepended with path

1751f13bb6c1f68eeec3088b86b41cab9586a914 authored about 13 years ago by Alexis Sellier <[email protected]>
Correctly handle data URIs, add test for quoted data URIs.

5ad3a6732d178e7a71ed659dfa7e84ab81fd6800 authored about 13 years ago by Adam Solove <[email protected]>
fix additional paths not being loaded

198f7c9d96c1f70bb800afdd7bda5f2ce0e9d2b1 authored about 13 years ago by Alexis Sellier <[email protected]>
don't use globals to hold engine mode

491c7d1a296699d128c54043cfd9549a953fe41d authored about 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #388 from erwan/rhino

Rhino support

7739fb133a2f27fb5e3e2a6c62cf0c76c4c87525 authored over 13 years ago by Alexis Sellier <[email protected]>
Include compile file

534b65af47305652b11a5b25340ba46a64d1346c authored over 13 years ago by Erwan Loisant <[email protected]>
Better recognition of Rhino

62a7141c146a66cf883cb9224928d2eae6570ac5 authored over 13 years ago by Erwan Loisant <[email protected]>
Support output to a file

43b0e95fd50da104e196c713c1e204a261f85c54 authored over 13 years ago by Erwan Loisant <[email protected]>
Basic rhino support

c5c1031402734e3a96b3a2e0bcc8094610c9d73d authored over 13 years ago by Erwan Loisant <[email protected]>
Accept 2xx statuses even for file requests

bddedfcd21773e086803836ae2a4141441669bbe authored over 13 years ago by Hargobind S. Khalsa <[email protected]>
Merge pull request #355 from revolunet/import-querystrings

support imports with querystrings (google fonts) fix #265

a3384fa922b55e00e9ad76d3fc6a1d23220721b6 authored over 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #340 from steevel/master

Read less-content from stdin

301b44878267958f9e8997a654d8955488dc6d73 authored over 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #341 from ttfkam/cloudhead_322

patch for Issue 322

ccfe84f3c1e574c6a4f269d8b1260b038e77e9ce authored over 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #335 from ttfkam/argb

update ARGB support, fix IE9 style injection

703efe2dc43cf6a320bf3287e3e392832e670b6f authored over 13 years ago by Alexis Sellier <[email protected]>
add '--no-color' option

041f119b138ad8cf52b3fc7877041257b397d0ba authored over 13 years ago by cloudhead <[email protected]>
add '-I' argument to add include paths

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

933a8a64fb83c30441bbb153ac197c64238fa9d9 authored over 13 years ago by cloudhead <[email protected]>
make mixins work better with complex selectors

333163791318962e4dfdea3f9df5222395f6a59d authored over 13 years ago by cloudhead <[email protected]>
fix global variable

a77fbd190f05a5956a43d18bc6227b8069675ddb authored over 13 years ago by revolunet <[email protected]>
Merge pull request #229 from bennyschudel/master

add fade() function

a3f099fd69ae38c527fa9441a472d57f65728107 authored over 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #347 from idris/patch-1

support @-moz-keyframes.

7f5cf067d2390eae5c723c742380419947b979bc authored over 13 years ago by Alexis Sellier <[email protected]>