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

Fix combinator is not extended

815ca4a8186d4486c7026f330967b59e92b99cf7 authored about 12 years ago by hokaccha <[email protected]>
Fix bug global leaks, `;` to `,`

f8f2c89ba391dc3d8b87a3e7ce7442354f38a342 authored about 12 years ago by hokaccha <[email protected]>
Add Sass like extend

e793e81e929f494a7f3ff058a4781663f1028aad authored about 12 years ago by hokaccha <[email protected]>
loosened restriction on css units (who knows what W3C will think up next)

61e7bd6fb1be4244560c5bdd33403b022a89d9d4 authored about 12 years ago by Marcel Jackwerth <[email protected]>
Correct handling of units.

width: 1cm - 5mm
=> width: 0.5cm (instead of -4cm)

@ratio: 100px/50px
=> @ratio == 2 (instead o...

c98495a1005115a5b5e6d19be01a087536b59ee9 authored about 12 years ago by Marcel Jackwerth <[email protected]>
Remove deprecated string interpolation

2f5b0a6a0a5f28ecd345e1f446eaa5b56b173c93 authored about 12 years ago by Luke Page <[email protected]>
1.4.0 version

ebea51873e27ca2b792a895791419e6be07ec379 authored about 12 years ago by Luke Page <[email protected]>
Add file:/// bugfix to 1.3.3 browser release

c06d8498777f5042e161d5d21d1972854330518f authored about 12 years ago by Luke Page <[email protected]>
make path matching more resiliant and parse file:///

905ccb8a0c38d75b216ee268b838ae5b8cd59872 authored about 12 years ago by Luke Page <[email protected]>
Test current behaviour of variables

2624cc462e123320ed9114a8878e0cf4db917e30 authored about 12 years ago by Luke Page <[email protected]>
Clean up makefile

8585614438b6193c95c2670fc14da67b8336bd00 authored about 12 years ago by Luke Page <[email protected]>
(dist) build 1.3.3

a9775a34dad65482535e670a0c3dae925b824431 authored about 12 years ago by Luke Page <[email protected]>
Update changelog for 1.3.3

531ae27d144628b272e15bf6861a322a99c53c71 authored about 12 years ago by Luke Page <[email protected]>
if contrast first argument does not match, pass it through. Fixes #1090

ba99755f6b00088766a700ff93d7b4eb326c93da authored about 12 years ago by Luke Page <[email protected]>
fix parser bug with mixin call being interpretted as selector. Fixes #1091

4f475456d55dd2880704303dbafd2745b3b4e006 authored about 12 years ago by Luke Page <[email protected]>
(dist) build 1.3.2

d30e0e1a332e860e8ef3e056eff289aa197adfd9 authored about 12 years ago by Luke Page <[email protected]>
fix typo on import

8069e707db8352f5dc48df25ef875ce484b90116 authored about 12 years ago by Luke Page <[email protected]>
Update changelog for 1.3.2

1ca6d8795f1a134b686afb08b8d5059b3d66483f authored about 12 years ago by Luke Page <[email protected]>
Do not add .less if the file has an extension already or has url parameters. Also support ';' instead of '?'. Fixes #784 and fixes #204

3dc7ce3f9234abafe99c0ae6693c6950a17f93c0 authored about 12 years ago by Luke Page <[email protected]>
When adding a path onto an unquoted url, escape characters that require it. Fixes #831

9829f2409c3e2bb2211a08dc0097f444cb1ef3b4 authored about 12 years ago by Luke Page <[email protected]>
browser support for rootpath and relative urls, with test

5b3851720ab2f97f6167f5f39766121600c66cca authored about 12 years ago by Luke Page <[email protected]>
Add tests for static urls

75a92bdc44d09431db5145aa9ed1a99d72d28b39 authored about 12 years ago by Luke Page <[email protected]>
Relative url's option for node lessc

eb5c9fbf5daf5e01fbf23d4928dca9abe103f6ed authored about 12 years ago by Luke Page <[email protected]>
Fix browser tests by moving url re-writing tests to urls.less. Also fix browser rootpath.

addf87a75fad3c1d9e8ef9db8788b5c9ddade62e authored about 12 years ago by Luke Page <[email protected]>
Fix server tests and an import bug when a media import is followed by further imports

59258f55498bf7684ada096f63b6d607cd1d89a5 authored about 12 years ago by Luke Page <[email protected]>
Added missing newline at end of file

37729e17afb84c52e0032f09fc60d3d37beeb8f0 authored about 12 years ago by Salim Bensiali <[email protected]>
Added documentation for the -rp, --rootpath option.

7396e3438e149fcd0feca78fd053eea129923a11 authored about 12 years ago by Salim Bensiali <[email protected]>
Relative URLs in LESS files should be relative to the file that defines them.

It is up to the parser and compiler to rewrite them when those files are
imported by another LESS...

e59a93b5fd8bab2f49cbcb0b0dfe55b9b0722062 authored about 12 years ago by Salim Bensiali <[email protected]>
tidy code up, change to callback errors instead of system exit

22a4a0c874cc8f242ed4d82a39a22a088b23ca0d authored about 12 years ago by Luke Page <[email protected]>
support for `@import` linking to .less files over HTTP

34a5184af074e52e6410beb03aa5f7d8c8f8713b authored about 12 years ago by mar <[email protected]>
Fix comment chunking. Fixes #1082

b0d4135eeeb1f18a4f4467c161d65b7e7ae9e8cd authored about 12 years ago by Luke Page <[email protected]>
Make import-once fix, but for the browser

d0512b1ce2c3f8508c649435b40e6d4898fdf987 authored about 12 years ago by Luke Page <[email protected]>
make import-once use the full path, not the possibly relative path to determine if an import has already been included

8cfe7acdae598cd11a996922c568015d7d87af29 authored about 12 years ago by Luke Page <[email protected]>
Look in the current directory last when looking for imports. Fixes #1083

b9061ac621d0c320ddbe5107e5c040252fc674f2 authored about 12 years ago by Luke Page <[email protected]>
Test that import paths load from the current directory first

eb7242da301b4f1d2dcea1f19919ee1707b5c660 authored about 12 years ago by Luke Page <[email protected]>
Update CONTRIBUTING.md

add developing information

40cfe5adf2b9d2d077d954aa33ece70c71614831 authored about 12 years ago by Luke Page <[email protected]>
unbundle css min. Add optional dependency on ycssmin. Correct some things in the package.json. Add a .npmignore. Fixes #1080

aab2be61cb23585350bb7f434d97ded46194b32c authored about 12 years ago by Luke Page <[email protected]>
Function "modifyVars" added

The function "modifyVars" the option to modify variables in the
less-file without reloading less...

26c450d344a4747cfbf11e1c417d65a19a9ad575 authored about 12 years ago by Hakan Bilgin <[email protected]>
parser.imports passing errors

parser.imports stored any errors in .error, but only returned an error to the callback on that l...

90882cd070f73a274616fc8fb0f96c4fc0d98fad authored about 12 years ago by Damien Whitten <[email protected]>
bad error message trying to assign @@var. Fixes #1077

8325548b7fb94263cb8cc37ef11d7d84b28f39b1 authored about 12 years ago by Luke Page <[email protected]>
Add browser specific url tests

c35b6d733e048a3344ce95f5f225ee815a12f014 authored about 12 years ago by Luke Page <[email protected]>
Add initial browser test suite using phantomjs for headless testing and jasmine

6554117643cfdf87f159a8a5a3d3dd42f953c5fe authored about 12 years ago by Luke Page <[email protected]>
Update CONTRIBUTING.md

ee4c0c8660f6729d4558a4c1fffb997c932dcc70 authored about 12 years ago by Luke Page <[email protected]>
Create CONTRIBUTING.md

aa9c55fca163f0f97851596c49b3119f66df349f authored about 12 years ago by Luke Page <[email protected]>
Log output file written when verbose.

This helps CI builds keep a record of exactly what happened, among other things.

a62e8f6c001a19e43fff689ff817f2de96ea8c2a authored about 12 years ago by Daniel Stockman <[email protected]>
Back-compat for existsSync in directory check

fs.existsSync was added in 0.6, and path.existsSync was added in 0.4.2:

http://nodejs.org/docs/...

092f81d452058e49f75a747db12b3ced45388c4a authored about 12 years ago by Daniel Stockman <[email protected]>
lessc: Defend against missing output directories

If an output specifies a destination inside a directory that doesn't exist, it blows up unceremo...

f4105114f03db0b09c7c34ea226375a2007d4ede authored about 12 years ago by Daniel Stockman <[email protected]>
allow less files to have query paramaters. Fixes #788

be2c9389448d5b32085e1fb555b771927d77b292 authored about 12 years ago by Luke Page <[email protected]>
basic comments parsing in mixin arguments. comments need more work and a general solution though. fixes #1071

e69acbdc515fbb2042e8c92624e370288e0b4db3 authored about 12 years ago by Luke Page <[email protected]>
do not divide by 100 when doing maths and keeping the %. Fixes #1069

033abfd8bedf9d6f235a11703fc215bc65f1aeec authored about 12 years ago by Luke Page <[email protected]>
less element (sheet) might not be located in head

abb6b999c6c42e68c54946f0253930baa9fefc8c authored about 12 years ago by Rok Garbas <[email protected]>
Updating parser to allow dimensions starting '+'

According to http://www.w3.org/TR/CSS2/syndata.html#numbers,
numbers may start with a '+'.
Also ...

d47668f4a2f05a14c8163c7c55cb1bbf9394d52a authored about 12 years ago by Toby Cole <[email protected]>
Allow escaped charcaters in less filename url. Fixes #982

2602833d38ef61bc4e8f48172b082b540e688371 authored about 12 years ago by Luke Page <[email protected]>
Fix tests and report error at index -1 so it is a valid index

2d73502955040a1ec6d2df7ea6d7b2c3bc1070f5 authored about 12 years ago by Luke Page <[email protected]>
Report error for under-matched as well as overmatched braces

f49694fc8f1187054b583839e0a58571e227f761 authored about 12 years ago by Nick Kaijaks <[email protected]>
detect parse errors, even with an import. fixes #1053

e3268e12b2bdd843cfc3cdffe5b8c5b3f54ec672 authored about 12 years ago by Luke Page <[email protected]>
Scope fix - default parameters are evaluated in the mixin scope, not the

caller scope. Fixes #973.

650073e4f1c5cfc986e6d6c61aedef711f32b4a6 authored about 12 years ago by Luke Page <[email protected]>
Fix multiple scoping issues with variables. Fixes #878

60b2aa9a771e9ebae400e766922b1e10050125e8 authored about 12 years ago by Luke Page <[email protected]>
20% of a colour is not 0.20 but 51. fixes #454. Fix from @unknownbrackets

952960c9345cc50e46fba1c40440faefd8f5da6c authored about 12 years ago by Luke Page <[email protected]>
Add support for @namespace and namespace combinators. Fixes #408

8a6c5e9e4e93c372a8e926030ab33fa2c62110aa authored about 12 years ago by Luke Page <[email protected]>
Refix tests to work on unix and windows

3dcf057fdb4d286c343a0028dae39d37f3190350 authored about 12 years ago by Luke Page <[email protected]>
Test for escaped paths

a59801f50dddd6b7b89169059a815fb012968b5e authored about 12 years ago by Felix Gnass <[email protected]>
Make sass-debug-info compatible with DevTools

In order to make the debug info compatible with
Chrome's built-in experimental Sass support:

1)...

811eb1915cf2aeb607f2fd1248e100f1acfb1cad authored about 12 years ago by Felix Gnass <[email protected]>
interpolation includes unit, but not quote. Use unit function to get old functionality. Fixes #782

37c3b099c3d41fc1482728ddf358876ad5194098 authored about 12 years ago by Luke Page <[email protected]>
support mixin calling when using & to stack classes. Fixes #1026

8fa2137aa3607e1c2cf3cc5d023825852437ee95 authored about 12 years ago by Luke Page <[email protected]>
Fix argument matching. Fixes #1036

5dc7ff50f0eb8c03d0d71da4c8a7bb06c379d10d authored about 12 years ago by Luke Page <[email protected]>
Do not require default mixin. Fixes #926

e5fd5abc60702c2ea51a68108b32481a614761da authored about 12 years ago by Luke Page <[email protected]>
Mixin guards take units into account. Fixes #855

58787596ecc715c4b4d60ecaf9b6053e2ec3c9d0 authored about 12 years ago by Luke Page <[email protected]>
add unit function. Fixes #307

eabd8ac1cab562cb274ebdc91e11897e497e5d60 authored about 12 years ago by Luke Page <[email protected]>
Add support for unicode descriptors. Fixes #1107

dddda0b0d3de80fbd1e95beeafeeff5a6a50fc16 authored about 12 years ago by Luke Page <[email protected]>
Re-allow recursive mixins, just not recursive classes. Fixes #1012

8930ad3a44ce851b41cbc22c9c769b6c6841a7c9 authored about 12 years ago by Luke Page <[email protected]>
self referencing variable gives a proper error (no stack overflow). Fixes #972

6ec856097c14c656c10e0ddf40eb2a36df228da8 authored about 12 years ago by Luke Page <[email protected]>
Fix issue with media queries inside mixins. fixes #999

0601933239cad86b88fe09033daef6df6df543c0 authored about 12 years ago by Luke Page <[email protected]>
Added an option to import files synchronously.

d225950f27ed5b334a40a50457cfe283eb97a106 authored about 12 years ago by Ville Immonen <[email protected]>
only cache imported files when not in development mode, fixes #346, fixes #47

d5099742d4193e112336dd22d139a0565b300a8b authored about 12 years ago by Jakob Stoeck <[email protected]>
only include the first @charset definition - subsequent ones will be

rendered as a comment + debugInfo when debugging is enabled.

1f19a043a5c90c163fdf83913466c21cdd7ec007 authored about 12 years ago by tscheinecker <[email protected]>
Support multiple semi-colons like css. Fixes #606

f271800353f75c13ab514684a4ee868b117e77e6 authored about 12 years ago by Luke Page <[email protected]>
Fixi important on mixin calls when mixin has rulesets or comments

1175ddc01c73be213506f41f288f6ce7977678cc authored about 12 years ago by Luke Page <[email protected]>
call less.watch() in non dev mode FIXED

f7959b71908388ff84abd778b3bbb6fd27bd4d1c authored about 12 years ago by unknown <Zsitro@Zsitro-PC.(none)>
Fix error message when performing an operation on a keyword

df20aae183d886790804636fc190b4f9ea6f7e88 authored about 12 years ago by Luke Page <[email protected]>
Look through all scopes for a mixin before giving up. Fixes #413 again

f3a6761dc519c5101fa8b432f3c37865a826e558 authored about 12 years ago by Luke Page <[email protected]>
Make less.js ignore nodes in its own path so infinite recursion does not happen. Fixes #413

38d2c57016f18f809c48fc9d19357df77a34ee2b authored about 12 years ago by Luke Page <[email protected]>
Fix #186 - allow selectors to contain other selectors

31ce31295c5d0e6beaa357888f551808d530acc3 authored about 12 years ago by Luke Page <[email protected]>
Add semi-colons to error function

461b3704fcbed694c3a63ba476191386ec727c43 authored about 12 years ago by Luke Page <[email protected]>
add more scope tests - test what the current behaviour is

776a5d87e5d34bc473ffd41e30951060e6bbc85f authored about 12 years ago by Luke Page <[email protected]>
Update version number on index

5325291f363552ccaba5f794adb77bdddfaf54d4 authored about 12 years ago by Luke Page <[email protected]>
Fix #990 - error message incorrect

e1485dd7067a4f304c48e81da0a938d5dfc0e075 authored about 12 years ago by Luke Page <[email protected]>
Add tests for hsv and hsva

7334bcc34da60eec9f157b48de2105ec62b78c3c authored about 12 years ago by Luke Page <[email protected]>
Fixed a typo in HSV implementation

610fe7b464bd793269a9b6cb3c9b0caf6514659d authored about 12 years ago by Mehran Kholdi <[email protected]>
Cleaned up parts of functions.js

making the code more lint-friendly

e1dc5a18d19e838c526e88032f04664d3952194d authored about 12 years ago by Mehran Kholdi <[email protected]>
Added HSV and HSVA helpers

695af3d5979da06804786550e4b65c915b952d9f authored about 12 years ago by Mehran Kholdi <[email protected]>
Only output stack if it is not a less error

abf87255f7599d3e1dd6b5a360dd9ab0157268ca authored about 12 years ago by Luke Page <[email protected]>
basic support in definition, clean up and tests

0ab748371c3a545811e36b42e18cbdeb3436bf35 authored about 12 years ago by Luke Page <[email protected]>
Add support for ';' as a delimiter

587d6c2338390d5a87322b05fccb1af408271f6e authored about 12 years ago by Luke Page <[email protected]>
Fix problem with name arguments with arguments variable and if you've specified all the arguments

1990d8336f35e8321eec71e7c7415a226737b9d2 authored about 12 years ago by Luke Page <[email protected]>
alternative to throwing an object literal.

create a real exception and extend it with the
custom properties that less needs to satisfy its
...

fc8393d555dc58bd80314df7367df3bf63b5670c authored about 12 years ago by Charles Lowell <[email protected]>
update changelog for 1.3.1

68297d7e3850b5eedac825a202eb64f9c80ce183 authored about 12 years ago by Luke Page <[email protected]>
(dist) build 1.3.1

9a46f67f44ca908f7da36036c5b3ae83ef8188dc authored about 12 years ago by Luke Page <[email protected]>
Minor fixes.

Fixed a bug that could appear with compression enabled,
and minor tabbing issues in tests.

8abc60ef268f55e8399e06b19506d1c985baae8d authored over 12 years ago by Simone Deponti <[email protected]>
Fixed path replacements in text a little bit better.

54c7d12ba321f5630c88ca389afcd09e6d9ca31b authored over 12 years ago by Simone Deponti <[email protected]>