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

Merge branch '2_0_0' of https://github.com/less/less.js into 2_0_0

c7f8fe54cf43e39e33bafb4767ea5dca7c03c297 authored over 10 years ago
move out clean css

6ea7a1995ec918b965ca92f3dfd6201373c20892 authored over 10 years ago
Merge https://github.com/less/less.js into rhino

cb614e0dae1614df868bfb4e2c8ae47458037f84 authored over 10 years ago
tree/directive.js: fix incorrect accept() code

Fixes #2191.

1ecce8b3cac4b00d7491c43764b313ad3406051a authored over 10 years ago
Add first draft post-processors, fix render function when using callback. remove regex compression (not compatible with sourcemaps)

4927bf1665f2ae71cb06e11d5995e1e71befef28 authored over 10 years ago
allow lessc to load plugins. rename visitor directory to visitors to match others. Fix indexes in URL

e357dae7bc24faf311e07340069a8e31ec3a6b41 authored over 10 years ago
Remove unnecessary text from require statements

1a78cd5901ece46c68f1baf739f6c7602231837f authored over 10 years ago
Merge pull request #2185 from theodorejb/svg-badges

Use SVGs for all readme badges

25f96c84a9b77111dda6b5f30cee1ff83b7232c0 authored over 10 years ago
Use SVGs for all readme badges

f76ad35d849529597e5e8a309c23433ffcb43da3 authored over 10 years ago
Point at the node version of less when imported and expose the environment non-specific one

2778f532667fbc271ce449436dc9f98802913b78 authored over 10 years ago
Fix url import. Fixes #2089.

50e299b8bc2b8100c52c77f37da01e2f81ae4ca5 authored over 10 years ago
Fix memory leak in error. Fixes #2025

bc42a738868c1f48f71bf3899bbdb20b8e3dbf82 authored over 10 years ago
Merge branch 'iterated-interpolation-2094' of github.com:SomMeri/less-rhino.js into 2_0_0

Conflicts:
lib/less/tree/quoted.js

6bd327b3f48eaa627af088e1714f6553249c1334 authored over 10 years ago
Merge branch 'SomMeri-namespaces-guards-1418' into 2_0_0

Conflicts:
lib/less/tree/mixin.js
lib/less/tree/ruleset.js

723b410db0f2cc8986876251081b487b930372f3 authored over 10 years ago
Merge branch 'namespaces-guards-1418' of github.com:SomMeri/less-rhino.js into SomMeri-namespaces-guards-1418

518887e9ccf8afa7ce8ef88831a118ce2f7b2ecb authored over 10 years ago
Merge branch 'reworked-guard-comparison' of github.com:seven-phases-max/less.js into 2_0_0

Conflicts:
lib/less/tree.js
lib/less/tree/anonymous.js
lib/less/tree/color.js
lib/less/tree/...

cf0ac697678d49e2d898bb9d5f9f1a92f804cee9 authored over 10 years ago
Merge branch '2_0_0' of https://github.com/less/less.js into 2_0_0

e31442cd634aed85bf003e5107e8c151f09fcb97 authored over 10 years ago
delete merged dist files

09360ea2140da3e8c679fc3e380663722e72b29b authored over 10 years ago
Merge remote-tracking branch 'origin/master' into 2_0_0

Conflicts:
CHANGELOG.md
lib/less/index.js
lib/less/parser/parser.js
lib/less/tree/dimension.js

f2bc59f63bfad361bbcae611ecda0f17f1897dfa authored over 10 years ago
Cleaned up and added iteration for javascript too.

a038121676ac06a905324697a8fc5c41f30070fd authored over 10 years ago
Iterated string interpolation

Solves issue #2094 .

796d37cc663a6f940b4e2cb9191628284f6f0bed authored over 10 years ago
Merge https://github.com/less/less.js into rhino

10f882411b3fa2603bcc2e5054fa8563b3551012 authored over 10 years ago
Merge pull request #2182 from seven-phases-max/fix-1973

Fixes #1973

7a151e279e4069bcbb365e12a8f92a7c2cfab70e authored over 10 years ago
Merge pull request #2181 from SomMeri/case-insensite-units-2096

Case insensitive units parsing and comparison

2942b9d0284d43f1588b4582c07ba62b9897140c authored over 10 years ago
Fix #1973

9f68f4355282375866a74cc0e693a2abd40f8d5c authored over 10 years ago
Merge https://github.com/less/less.js into rhino

Conflicts:
test/css/comments.css
test/less/comments.less

273755758dfefecfb39305e10fca0847719edffb authored over 10 years ago
Merge https://github.com/less/less.js into case-insensite-units-2096

Conflicts:
test/css/comments.css
test/less/comments.less

4a49c636961fa2727d980e00cefc330ea75a59e2 authored over 10 years ago
Added case insensitive units handling. Issue #2096

cbc8c786255bbe742bfed236f27c03c2dc50c464 authored over 10 years ago
Added guards checking to namespaces. Issue #1418.

c330c3a4a8b14a525ae2bd57a00ea1e1e305cb2d authored over 10 years ago
seperate out the environments at the top-most-level

d9c42e206d7c26e8c35a6b270678303ac83cdd78 authored over 10 years ago
Parser no longer requires environment

9d230623d2d330ffc434307948e403784cfa0835 authored over 10 years ago
move import manager creation out of parser

a46de448a3aebabb7b871febd0c4ac9566e61d9a authored over 10 years ago
move creation of env to invoker

4f5a449b0b654fb75c3fedd5de7e0bac65f4b5e8 authored over 10 years ago
Remove some interdepedencies

e5faba5154da3e92159e3c57508a65fc2d4a08c4 authored over 10 years ago
Parser does not need to have a parseEnv stored on itself

ca77dc3a6e2922571592d981b5eeecc7a837be50 authored over 10 years ago
parser no longer needs to expose imports (they are on the parseTree) and can use a variable instead of a reference to itself

9af3819822ecd70af2b311c866b46532a6dd03c0 authored over 10 years ago
Move toCSS out to a new class (still need to remove creation of that class from parser)

d3c6f2208fcb414a812a0102df252a80d8e2d22a authored over 10 years ago
Remove duplication in render function

20025f10b1079acedc75d3b28d43ab093e6ae985 authored over 10 years ago
reworked guard comparison

c4e2514905d833f28a8fce23675aebbcb56ed2e5 authored over 10 years ago
move cleancss into lessc bin only

e108b50c51e0cbb0653ec82e9de83e01d8dabedc authored over 10 years ago
move transform out of the parser

b55b596740fb9004c6b86d9348a07c854ad1a01e authored over 10 years ago
Change code to use less.render

544bd3abf084f7ab5586d7b578d3e37494cebc31 authored over 10 years ago
missing rename in gruntfile

d0b6c50aef1df6899dd34e756339939f8596dbd4 authored over 10 years ago
move render to be accessible in all environments and start using it in the browser

a0658a4b1533ab6bdaf2ddea6210134d0cd07dc6 authored over 10 years ago
1.7.5 release

08e2fc413675ea06426f9b9b532efbb2d600ea0b authored over 10 years ago
Merge remote-tracking branch 'origin/master' into 2_0_0

Conflicts:
lib/less/index.js
lib/less/parser/parser.js
lib/less/tree/rule.js
test/less/prope...

8fc964dc3449437bbfdc7f078cc9566cfacf2834 authored over 10 years ago
Merge pull request #2173 from seven-phases-max/master

Property interpolation fix for `@*` values

6f7676a87863f77b64cf97415df78eb4be83f12d authored over 10 years ago
Fix property interpolation for `@*` values

36383dc89b2eecd06349fefc005dd33cb8b1e629 authored over 10 years ago
Merge pull request #2169 from SomMeri/comments-keyframe-rule

Accept comments in @keyframe and after rule name - merging for next patch release.

e045362c901e6bb5d883e1c85ed568e04742a3f8 authored over 10 years ago
tt

9c7854708bafa2bddc36f37bf49d7a256ecf7d57 authored over 10 years ago
Pass options object to parser.parse in less.render.

f16cc895705e4dd159594c4d49d1615fce3b6b2e authored over 10 years ago
Fix missing ^, causing parse error. Fixes #2154

e33d0b9b7919c989aa3555bdc010cd0bfc02dd7c authored over 10 years ago
Fragment handling in data-uri function 1959

The change removes #fragment from filePath before readig the file and adds
it back to the end of...

37ae8c4adbeb2cee44b508658929b45105d4cb3f authored over 10 years ago
Eat up comments instead of calling them parse error:

* in @keyframe declaration #2059,
* after rule name before semicolon #826.

The comments are eate...

d086d64e12f3999c23e9c7c3a0f414688127c7de authored over 10 years ago
Clean up dependency injection so environment is injected at the top level

ca72b4d92fc7fb769ffd6e2360967521666a8f69 authored over 10 years ago
small optimisation/fix todo

16c4f88b7f9e0857598cb24834b9a60003d9715f authored over 10 years ago
Merge pull request #1921 from rback/master

Pass options object to parser.parse in less.render

dc691d6896478be8bb72239e1de5632e5576638e authored over 10 years ago
pull out the input processing out of the parser class and a few small improvements - the no js option now applies to all js, including that within quotes. The Javascript node now also returns the right index.

41732cc60bbcf5191ebb5bf1794719963f84671d authored over 10 years ago
make some corrections to comment

f3c323810c8ea9688eb3c86dd4021ebba401ce2c authored over 10 years ago
seperate out imports and tidy a few un-necessary optimisations

87203788a7ed0bfc9459bb14e86133484e9bf208 authored over 10 years ago
Merge branch 'master' into 2_0_0

5d26a378e79998dc6180ba010e14bae2e6c6f8ce authored over 10 years ago
Fix missing ^, causing parse error. Fixes #2154

c4ed7069e7e63e85e22d8bd4b680116d9e295418 authored over 10 years ago
move parser files into a parser directory

f02d920b12b2f3cbdb4dbd715c93e600c0fe36b7 authored over 10 years ago
move source map output into root directory

5148db6e3d1112b628e4f63f9a655d616df3d28a authored over 10 years ago
Also remove dep-injection from visitors, none of which use environment. make functions used as classes TitleCase

e325aec74d396f8bc0a412f80a5107a1f6f4af05 authored over 10 years ago
remove dependency injection from functions files apart from when needed for environment

fe5e2bf7cb2a4f59f31fa4bd1e21cf099c0a82f7 authored over 10 years ago
rename env to contexts

95dedcc576032b0dcdb98022960ed382112cabb2 authored over 10 years ago
move tree index underneath tree

c41df95d23ed87e5754e3b993090a3de463bc6e6 authored over 10 years ago
untangle the mess of dependencies and remove all circular dependencies. Remove un-necessary dependency injection.

16746e9b1eca8e5cbf0b2fb9f8e412a5ad26e95a authored over 10 years ago
remove more dist files merged from master

119c930fa67e4ed0d1c10571798c1aa0d7e6e117 authored over 10 years ago
much improved comment parsing

cde9b79b6c424590fe1238418edb45c57d6dea69 authored over 10 years ago
move functions into its own folder and give it a set interface

d7e7ddba44bbb71daf7909d52b7921bde3e5bf67 authored over 10 years ago
Fix browser tests

953f70c879e89aec998f559abaf33dbb072bb86c authored over 10 years ago
Fix merge errors and node tests

ddba05546185ca57911779eff5a2f4a28590cd86 authored over 10 years ago
merge from master

f85f2535866af6d8fe3961110befb201b6fc9665 authored over 10 years ago
Merge pull request #2136 from SomMeri/data-uri-1959

Fragment handling in data-uri function 1959

466bc39a10648cb66194046aba5731993ea0160c authored over 10 years ago
Merge pull request #2135 from SomMeri/charset-2126

Charsets should float on top #2126

169bbada405e7d4c5836922603b6a488e59ffdcc authored over 10 years ago
Merge pull request #2128 from SomMeri/issue-2127

Mixin wrongly called

3735d8118c8e60feaee1bd909e9c91a513480d82 authored over 10 years ago
simplify readme - remove build system and add version badge instead

5d406c4dd75c11bf91a68d3bbf23d78e93c9cf7d authored over 10 years ago
update dependencies

a16aff18b9e93a7c9236ba845c0b1bcbaa1ad845 authored over 10 years ago
Merge branch 'master' of https://github.com/less/less.js

7503268b6f300ae6a70fcf324dc2db88dd2303f6 authored over 10 years ago
Support for /deep/ selector. Fixes #2023

74766691cc20b028892155ed2c879e9693540def authored over 10 years ago
Merge pull request #2144 from pdehaan/patch-1

Updating request dependency

45e2b8aaafbf7170cd2bc641631d65c179ce0a62 authored over 10 years ago
Updating request dependency

see https://nodesecurity.io/advisories/qs_dos_extended_event_loop_blocking and mikeal/request#993

6089b660178d81111a0f30666b40c65eef7d391f authored over 10 years ago
Fragment handling in data-uri function 1959

The change removes #fragment from filePath before readig the file and adds
it back to the end of...

0f8bd724f8bee7574c52fe744883956a290ccc5c authored over 10 years ago
Charsets should float on top #2126

e7c81125b776cb3cd220bbde8b877a46f65f5002 authored over 10 years ago
Issue #2127, selectors matching function ignored * selector.

62eb799b400fa54517690e5ad59205d2a556478c authored over 10 years ago
Merge pull request #2123 from SomMeri/import-into-media-1645

Import into media 1645

93d6b0876eb36a530cf74f37e6aa663b5c5d8b0a authored over 10 years ago
Fix interpolated import into media #1645

Media objects do not have ruleset property. They have rules property which
always contains one-m...

86c1b0d557af0dcbf9cbb3b30ca4771c463177d2 authored over 10 years ago
Merge https://github.com/less/less.js into rhino

83a8625284239a429001a5415cd544a410c038d3 authored over 10 years ago
1.7.4 release

a168b1f638d9e77681e882875056a8a87044af14 authored over 10 years ago
tests for import malformed

0e883957cc1ae38a1f4a0976557929ae8a74e778 authored over 10 years ago
better error message when import missing a semi-colon or malformed.

1e04f3364d578539d41ff86895268d3af4862db9 authored over 10 years ago
Merge branch 'master' of https://github.com/less/less.js

9fab6160a0adbe20772e0250a15789e9a314eb5b authored over 10 years ago
do not use util.print since it is deprecated. Fixes #2081

1ff24b4c266783823a6971696b5ca5366e626463 authored over 10 years ago
Merge pull request #2100 from joscha/patch-1

Update bower for 1.7.3

dfa3f6abfbdf4b5210b3a32f322c50c66d8ff780 authored over 10 years ago
Merge branch 'master' of github.com:MiguelCastillo/less.js

4ec83bc9406f155631ab09c93dd5f0b72155490f authored over 10 years ago
Found race condition that caused file not to be skipped in importOnce, leading to random exceptions. Fixes #1931

d750151536c5f2ae47b0f4e45c41d5d79a407a07 authored over 10 years ago
Merge pull request #2121 from SomMeri/font-face-property-merge-2-2035

Properties merging should work also inside directives #2035

4b40773f64f9e1076e4d97e368dbf6107d261919 authored over 10 years ago
Merge pull request #2120 from SomMeri/misleading-error-message-2069

Misleading error message 2069

ff6fe91d471d2ebfc52baab97733bf96d5d070a2 authored over 10 years ago