Ecosyste.ms: OpenCollective

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

Less

Support the CSS-like styling language that powers the world's websites.
Collective - Host: opensource - https://opencollective.com/less - Website: https://lesscss.org - Code: https://github.com/less

Merge pull request #5 from Glench/patch-1

Update docs to reflect new yui compression option in lessc.

github.com/less/old-lesscss.org - a652958b285cf5dfe448d47f206a92c07fe6b2fe authored about 13 years ago
improve function call error reporting

github.com/less/less.js - ddc27617cf3f576b260df1ec78c84262699cc109 authored about 13 years ago
color() function parses color string

github.com/less/less.js - eadc0d87047ff4199ed7a866359afe81c943cab6 authored about 13 years ago
Merge pull request #527 from hokaccha/percentage

Add function `percentage`

github.com/less/less.js - 6c6cdcb8399ec535c064ed6c3593d11d2488aa89 authored about 13 years ago
(test) variable in @media feature

github.com/less/less.js - eda86e5c74eeb1d3764c4b3834b14c96b20c4985 authored about 13 years ago
parenthesized node init

github.com/less/less.js - 3fa7b2fcc09bef4e36a89450598d4a86e893909b authored about 13 years ago
properly support @media and @import features

github.com/less/less.js - ff3d7c61ff3ae1b324facc13d0713f2acd5e4339 authored about 13 years ago
fix error output on unexpected errors

github.com/less/less.js - 96689e4f374e5bc69a95f9cb352b97697e0006c7 authored about 13 years ago
support vanilla @keyframes

github.com/less/less.js - 3506838620c441641abb09a63013f1c4b3541c85 authored about 13 years ago
fix error reporting when index == 0

github.com/less/less.js - 3e31cc17f06bd99cae776886adc9f6e46e5b9826 authored about 13 years ago
improvements to error messages

github.com/less/less.js - d1cb4aab977157ef7a4ae030daf97de79c174b1e authored about 13 years ago
mixin guards

Allows functional-style guard expressions:

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

github.com/less/less.js - 321920a50de004ef88c3501bb0b97c00da8d4211 authored about 13 years ago
dynamic selectors

Allows things like:

a:nth-child(@var) {}

github.com/less/less.js - db72c646bb348537719548830be65bf74da86b56 authored about 13 years ago
Add function `percentage`

github.com/less/less.js - b00aee79d6c752e29d2730bbaeae02591bef377b authored about 13 years ago
Improved Windows path support in lessc

github.com/less/less.js - a15dd33574240843702792042ca2acd77967f4e5 authored about 13 years ago
Use if rather than try

github.com/less/less.js - 7a033af705c7370dfac0f7a67b773daad0dc8bb3 authored about 13 years ago
Shift the type setting in order to work with Webkit, and fix typo for IE.

github.com/less/less.js - f255aefccfafef05048f531792a778ac4f8056ce authored about 13 years ago
Update docs to reflect new yui compression option in lessc.

github.com/less/old-lesscss.org - 13fbe790f7a2f5ccc6a8254229af41f47de327ce authored about 13 years ago
(dist) build 1.1.6

github.com/less/less.js - 9e48460eff4aff9e2ffb3b71300c012027a466d2 authored about 13 years ago
(dist) version bump

github.com/less/less.js - 867014c4b923fc453a9817499b81a56037501551 authored about 13 years ago
fix duplicate header in minified js

github.com/less/less.js - c11bddc6736d19299ea710cb2cfebdfbf8b878f7 authored about 13 years ago
improve minification process a little

github.com/less/less.js - 6ba85e1c7eabe6afa59b1f95a79ea8798f6accfb authored about 13 years ago
Merge pull request #496 from wfreeman/master

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

github.com/less/less.js - cf5d3050eaaaa7a9e62e56cb0a38980999bfadaf authored about 13 years ago
Merge pull request #379 from khalsah/bug/chrome-extensions

Accept 2xx statuses even for file requests

github.com/less/less.js - 5c94387928470ff76da041fce4a48caef14d3c12 authored about 13 years ago
Merge pull request #494 from jmcclell/patch-1

Adding support for absolute paths on Windows.

github.com/less/less.js - 62e7840a6e9d2403579faed7527a8294e600b22c authored about 13 years ago
Merge pull request #514 from eager/master

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

github.com/less/less.js - 4ae2d1bf050cbefe4bcfc4a0b4ec3de62ba7174e authored about 13 years ago
Merge pull request #461 from dmcass/sys-util

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

github.com/less/less.js - 205816758ddd4140bf156624afb7d60ba3525fd8 authored about 13 years ago
Merge branch 'master' of github.com:cloudhead/less.js

github.com/less/less.js - ff0dc06c5436d105e4c1bfeba1f285f7ab6083e0 authored about 13 years ago
Merge pull request #506 from Harrison/master

Issue #393 Add support for "rem" dimensions

github.com/less/less.js - c47e5fa87d2a566d2f6368cbcd90c870a0914d61 authored about 13 years ago
support -ms- vendor extension

github.com/less/less.js - bec6b223ae4a956b2077faa4c75ab9b1f5324140 authored about 13 years ago
(minor) ws

github.com/less/less.js - 431b202d88df1810e110ed9d70aecc616976a6af authored about 13 years ago
Merge branch 'master' of https://github.com/Glench/less.js into yui

github.com/less/less.js - c2d61e75de95916ada0588f5e4c75f82b49466f6 authored about 13 years ago
add ceil/floor math functions, refactor.

github.com/less/less.js - 7ae5af9b424dceba027e7301e1e0d4f4f35a8e7f authored about 13 years ago
Merge pull request #507 from garth/master

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

github.com/less/less.js - ecb61ac1696e7e392ee09b3066baf8a04384c12e authored about 13 years ago
merge named-colors

github.com/less/less.js - d352284ba51f9b6a87c04785ae0bb05491b586c7 authored about 13 years ago
merge named-colors patch

github.com/less/less.js - b44d2dc9feb7b2822344b1be9fb415410fce78e0 authored about 13 years ago
Pass current sheet's path to the new Parser.

This fixes relative @imports from LESS files in subdirectories.

github.com/less/less.js - c7bcf94ef7b02c8264fa0e70b9e172107a658fac authored about 13 years ago
Updated lessc require from sys to util for nodejs 0.6.*

github.com/less/less.js - d5bb283a62d0337ddce66161a8043db61bfd2370 authored about 13 years ago
Remove useless variable assignment.

github.com/less/less.js - 164be53d0eecd76b25ec1d796374bb8690f614ac authored about 13 years ago
Remove debugging statement.

github.com/less/less.js - 93a541c003dcca1deed2a830d7d7b3eba77e7c05 authored about 13 years ago
Add rem dimension support

github.com/less/less.js - 6c3317ff0bd8dc08200d14c42eff0708a570cfbd authored about 13 years ago
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.

github.com/less/less.js - e57fd2383e18f40e537cbddf30c31e428a4a1dc2 authored about 13 years ago
Merge pull request #492 from fat/operation-comments

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

github.com/less/less.js - 4c50608860a251ae59d373fe1365db987c1a1bf1 authored about 13 years ago
Updating Makefile to not add a redundant header in the minified javascript.

github.com/less/less.js - 62a36e567fdf95d35d7edbf0f767a1e8c7594bb3 authored about 13 years ago
Adding support for absolute paths on Windows.

github.com/less/less.js - 866b6b483c8fb352e46f7f8f970d4f41b8f4e437 authored about 13 years ago
fix comments in operations (ex: *height: 2px * 4 /* ie hack */)

github.com/less/less.js - 602c0c5c5a21e627e250d52729450c3686de41c2 authored about 13 years ago
fix regression on url.js

github.com/less/less.js - 9eb0423cb2428bb166c962f1362ac727f1d92c7d authored about 13 years ago
fix minor directive parsing bug

github.com/less/less.js - 97cbfa5d1ad865f67b405383004452b04fd11ea3 authored about 13 years ago
Merge pull request #458 from fat/assignment-entities

Assignment entities

github.com/less/less.js - 920034233b40ceeac31bf2dbbf2b141f35844c11 authored about 13 years ago
more flexible parsing of vendor selectors

github.com/less/less.js - 0e01c72560da4bbafa827115a220d320b8028c1c authored about 13 years ago
(dist) hot-fix 1.1.5

github.com/less/less.js - bf73ee7c6840fe5da50527283507e27528313681 authored about 13 years ago
fix regression on urls with relative paths Closes #464 #471 #465

github.com/less/less.js - 40601f8a61789d105b37772a849773cc4177b0dd authored about 13 years ago
Added an AMD module registration.

github.com/less/less.js - 905d63fd2fba9ea06ad3f7bd5e27c1b72b3329f0 authored about 13 years ago
require 'util' instead of 'sys' in lessc and less-benchmark.js

github.com/less/less.js - 7bb0a2ab6bb430342bbc77a77c8a66bebe8adf46 authored about 13 years ago
fix less.mode in node

github.com/less/less.js - 2af0f62f982bf6e15c28b961e98e7d3a49588602 authored about 13 years ago
(dist) build rhino

github.com/less/less.js - 2a9cc68ec761a1e703be454987beadcb8d13fc77 authored about 13 years ago
(dist) version bump & build 1.1.5

github.com/less/less.js - ab5af597effc0bea3c7466f0c6f8f3ae2bc7dcae authored about 13 years ago
require 'util' instead of 'sys'

github.com/less/less.js - 85a681de2f11f291083b0ce4aaefa5b6085cd8da authored about 13 years ago
Merge branch 'master' of github.com:cloudhead/less.js

github.com/less/less.js - bc32a8ed0ac89a344297d88d720660af262bd189 authored about 13 years ago
remove require.paths from scripts

github.com/less/less.js - 13455c065190b4ce51af8bb0c3aaffe7f3851d2d authored about 13 years ago
clean up comment which read confusing

github.com/less/less.js - 416efd3b607acd9aa192c925a579ca7de7dc05b9 authored about 13 years ago
get spec passing

github.com/less/less.js - 7c2ac614cb0f4b41018d699cf89e88ed143d4a30 authored about 13 years ago
clean up + add test

github.com/less/less.js - 56fc8fe510661037ef5f25c7f6d02b38748f3189 authored about 13 years ago
Merge branch 'master' into assignment-entities

github.com/less/less.js - c3b560c6c16ceac19b6bed84ee6bb4b9d773f333 authored about 13 years ago
add assignment entities

github.com/less/less.js - 354844e802688e65da1d1f6bf82392736dee1ecb authored about 13 years ago
Merge pull request #445 from jlaire/patch-1

fix undefined reference

github.com/less/less.js - 7401f5aed328d035a6d56554ad13432eb20a9cb7 authored about 13 years ago
fix IE 6 support

github.com/less/less.js - e80847267b8104d3b11bef59fda6f4e6181adf08 authored about 13 years ago
fix css keyframes parsing

github.com/less/less.js - 62fdf76ddb30eb5af286d05c6e5ee2a8f11b486b authored about 13 years ago
node 0.5.x compatibility

github.com/less/less.js - c290c48b3ff803b0dc3505d59896d230504c7e57 authored about 13 years ago
Merge pull request #450 from fat/index-on-element-root

store index on selector element objects for line number inference

github.com/less/less.js - 1d90727fe2ba05977afcd87433c9b1ce34f85cfd authored about 13 years ago
store index on selector element objects for line number inference

github.com/less/less.js - f197b2a0f8a95e4df93c1c15a2438a8380d01cb8 authored about 13 years ago
improve mixin matching, closes #381

github.com/less/less.js - b32fe0e6a8649ba39665f0638c25d55390bf161e authored over 13 years ago
initialize 'options' before using it

github.com/less/less.js - 0e6046e00d60f911cd594958dc95a26d7ec66d30 authored over 13 years ago
Merge pull request #432 from asolove/master

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

github.com/less/less.js - 1751f13bb6c1f68eeec3088b86b41cab9586a914 authored over 13 years ago
Correctly handle data URIs, add test for quoted data URIs.

github.com/less/less.js - 5ad3a6732d178e7a71ed659dfa7e84ab81fd6800 authored over 13 years ago
fix additional paths not being loaded

github.com/less/less.js - 198f7c9d96c1f70bb800afdd7bda5f2ce0e9d2b1 authored over 13 years ago
don't use globals to hold engine mode

github.com/less/less.js - 491c7d1a296699d128c54043cfd9549a953fe41d authored over 13 years ago
Merge pull request #388 from erwan/rhino

Rhino support

github.com/less/less.js - 7739fb133a2f27fb5e3e2a6c62cf0c76c4c87525 authored over 13 years ago
Include compile file

github.com/less/less.js - 534b65af47305652b11a5b25340ba46a64d1346c authored over 13 years ago
Better recognition of Rhino

github.com/less/less.js - 62a7141c146a66cf883cb9224928d2eae6570ac5 authored over 13 years ago
Support output to a file

github.com/less/less.js - 43b0e95fd50da104e196c713c1e204a261f85c54 authored over 13 years ago
Basic rhino support

github.com/less/less.js - c5c1031402734e3a96b3a2e0bcc8094610c9d73d authored over 13 years ago
Accept 2xx statuses even for file requests

github.com/less/less.js - bddedfcd21773e086803836ae2a4141441669bbe authored over 13 years ago
Merge pull request #355 from revolunet/import-querystrings

support imports with querystrings (google fonts) fix #265

github.com/less/less.js - a3384fa922b55e00e9ad76d3fc6a1d23220721b6 authored over 13 years ago
Merge pull request #340 from steevel/master

Read less-content from stdin

github.com/less/less.js - 301b44878267958f9e8997a654d8955488dc6d73 authored over 13 years ago
Merge pull request #341 from ttfkam/cloudhead_322

patch for Issue 322

github.com/less/less.js - ccfe84f3c1e574c6a4f269d8b1260b038e77e9ce authored over 13 years ago
Merge pull request #335 from ttfkam/argb

update ARGB support, fix IE9 style injection

github.com/less/less.js - 703efe2dc43cf6a320bf3287e3e392832e670b6f authored over 13 years ago
add '--no-color' option

github.com/less/less.js - 041f119b138ad8cf52b3fc7877041257b397d0ba authored over 13 years ago
add '-I' argument to add include paths

github.com/less/less.js - 8d9fc38cc1fe64a40366899e159132f05fdd65e6 authored over 13 years ago
Merge branch 'master' of github.com:cloudhead/less.js

github.com/less/less.js - 933a8a64fb83c30441bbb153ac197c64238fa9d9 authored over 13 years ago
make mixins work better with complex selectors

github.com/less/less.js - 333163791318962e4dfdea3f9df5222395f6a59d authored over 13 years ago
fix global variable

github.com/less/less.js - a77fbd190f05a5956a43d18bc6227b8069675ddb authored over 13 years ago
Merge pull request #229 from bennyschudel/master

add fade() function

github.com/less/less.js - a3f099fd69ae38c527fa9441a472d57f65728107 authored over 13 years ago
Merge pull request #347 from idris/patch-1

support @-moz-keyframes.

github.com/less/less.js - 7f5cf067d2390eae5c723c742380419947b979bc authored over 13 years ago
Support @-moz-keyframes as well as @-webkit-keyframes.

github.com/less/less.js - a69cb4e2a19b5b7d99abbcd2d5398172ca1e3636 authored over 13 years ago
Fixed issue #322 by changing the keyword regex to allow numbers in any but the first character.

github.com/less/less.js - 6d78b3f04fcde1ed95ee3cf89a19e95120634be3 authored over 13 years ago
Add support for reading lessdata from stdin by using - as source target.

github.com/less/less.js - f62b311aa21366c603a7fa8f726f767770776069 authored over 13 years ago
ARGB input removed. ARGB output added with the function argb(Color).

github.com/less/less.js - 71f15ac00015f2e14067b1bd3399d83bfba9d3d2 authored over 13 years ago