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 pull request #1737 from seven-phases-max/clamped-rgba-output

Clamped rgba format color output

4dd5a4b8e880088b327a918cfeb251dcdfd50df8 authored about 11 years ago
Merge pull request #1769 from lesswtf/master

If result of evaluated javascript is a number return it as Dimension.

c1b70baeb49ff7d3fcfa0d05da80fd72f0b93c4a authored about 11 years ago
If result of evaluated javascript is a number return it as Dimension.

216facd033751160a5ca72cb99ecc949adb2ba61 authored about 11 years ago
Merge pull request #1766 from seven-phases-max/undefined-var-in-js-fix

Improved error message for undefined variable in js eval statement.

3a0f97ea7931634408979fbd93a667d154687ad5 authored about 11 years ago
improved error message for undefined variable in js eval statement, more clean fix.

34f54cf645c4968a7b84100a30e176a5655fce40 authored about 11 years ago
improved error message for undefined variable in js eval statement.

4d7a2bcd840f8804a26c05e90ab5f1031b9ad8db authored about 11 years ago
add banner option. Fixes #1735

479827b02f520f7842679c99c1579139436726d4 authored about 11 years ago
Merge branch 'master' of https://github.com/cloudhead/less.js

fdf666fe22defd8ed8813d05003334af20b80182 authored about 11 years ago
Merge branch 'patch-2' of https://github.com/oyejorge/less.js

327a4bdc7979405925251f5414b6834c42903001 authored about 11 years ago
Merge pull request #1758 from seven-phases-max/master

Removed redundant code from tree.Selector.match()

b334c31d210afe222ac8b6770a2a97aaef263f17 authored about 11 years ago
Merge pull request #1757 from seven-phases-max/tree-functions-cleanup

Tree functions cleanup + CSS Guards `default` error.

8eea7984ac338860884e21ef9d151dc3d4256789 authored about 11 years ago
Removed redundant code from tree.Selector.match()

4cdd4a6b73ce40a816305cfc6a5e662f493f5a72 authored about 11 years ago
`default` function: added error when used with css-guards. updated tests.

bbc15a413bb54251f23e00175a7e534cec896c58 authored about 11 years ago
* functions.js: (minor) reworking to clean-up initialization of "externally" defined functions (math, blending, `default`).

* `default` function "front-end" reworked for a bit higher-level control from its "back-end" cod...

bdfff94920b8046bae6ec7062f73903aa2f0e6a8 authored about 11 years ago
clamped rgba format color output.

302143255de9ee80095f914cfb69bc98c23d86c9 authored about 11 years ago
Merge branch 'ModifyVars_Numerical_Vars' of https://github.com/MSamman/less.js

Conflicts:
lib/less/browser.js

c18c9de242c4ecd6334512a2cf0cb4222fa0f680 authored about 11 years ago
Fix the return code when asking for help/options. Fixes #1664

75f453b3f56f298f28e9f83c9cf42c28ae4534c3 authored about 11 years ago
use new parser options in the browser

cc385886e053a6ff4a3b3842467e86506b15c89e authored about 11 years ago
fix typo. fixes #1753

cb9dc7445a2ba46f1b89f227db8e996362191165 authored about 11 years ago
missing var config file

b837fc98c40412811e52b94771631b1c6d69d0f1 authored about 11 years ago
Merge branch 'master' of https://github.com/cloudhead/less.js

d9f163ead6dc82d11b3c0a5ac6028c221ae7da94 authored about 11 years ago
change to use format consistent with the browser and for sourcemaps to take additional variables into account

8440773f8a9126280599d25e5304d4980e165914 authored about 11 years ago
Added html files ending should be treated the same way as line endings

inside htm files.

9a2e2dc96999bfc955234c6832542a226c6b467a authored about 11 years ago
Merge branch 'parse-add-variables' of https://github.com/joscha/less.js

Conflicts:
lib/less/parser.js
test/less-test.js

9fccf9643fb45b32be06e2f9b966602cd9c67af3 authored about 11 years ago
Added rhino 1.5.1.js into dist directory

9806fcb28908a3457e433baeedcb097a045237a9 authored about 11 years ago
Re-enabled tests, only one is failling now.

e94478c21b30af37dd9cc86c7f6a3b1e38c5f2b6 authored about 11 years ago
Ammending previous commit, really fixed this time.

9f41dd57cf501b63d9ab3c452ba800425d87a70b authored about 11 years ago
Rhino uses upper case drive letter (C:\) and gradle uses lower case drive

letter (c:\). Fixed in gradle.

e39db84e3e8e2d3d03df1233deb5efb32ef44170 authored about 11 years ago
Merge pull request #1624 from seven-phases-max/mixins-with-interpolated-selectors

Experimental support for mixins with interpolated selectors

5196277b3538d86f514d7441cb37b42c3a7e360c authored about 11 years ago
Merge pull request #1743 from seven-phases-max/property-merge-fix

Interleaved property merge fix

c06409122ce608c52f98af9e3537c5f9ff62961b authored about 11 years ago
Merge pull request #1744 from jeffslofish/patch-1

Fix CHANGELOG broken link in README.

7e4357595a3a0626a43eb31a22355f72714137fa authored about 11 years ago
Fixing directory climb up on windows

05744d94949fbbe39bf76c94a13685bc86bac16a authored about 11 years ago
Fixed input file encoding problem (failing css.less test)

32e67b6b70b823303c40f7962d91d8c3c0e0818f authored about 11 years ago
Fix CHANGELOG broken link in README.

ba2f25943c42fa5544d244e9666c5232a6c4d372 authored about 11 years ago
merging of interleaved properties - fixed a typo in tests

361fd89a9be37c0f5b8122e9eadf7e4164dbeec4 authored about 11 years ago
fixed merging of interleaved properties

ee4e23e15c5ecd5376169919e961c6c362fd0547 authored about 11 years ago
add to the changelog

780bef6e27ab02bcf460c00380cceed73b6c87b1 authored about 11 years ago
Merge branch 'mutually-exclusive-guards' of https://github.com/seven-phases-max/less.js

b2b1451902f324966261dc96674a5f3d8ea8daac authored about 11 years ago
Merge branch 'property-name-interp' of https://github.com/seven-phases-max/less.js

d90678e466d12d7af73d72e29931d32b1d731565 authored about 11 years ago
Merge branch 'master' of https://github.com/cloudhead/less.js

00c52ed4fccb2778d066eaa0eb76933b59fb81cc authored about 11 years ago
changelog

83cd8e96aa2aa1f6487e5e12edf81456b9403351 authored about 11 years ago
Fix issue with unqouted urls in mixins having their context evaluated twice. Fix sourcemap test output

07841b3860ca126be83f1a2bf538bc32ba59f9d5 authored about 11 years ago
Fixing url slash problem that caused failures.

cba972d0dbd5b258cbd4f0d4e7b1c672cce09728 authored about 11 years ago
fix whitespace

d8d40c1d8763bd5015ce95726510584c511af95a authored about 11 years ago
Set object id and initiate parent_ids array

6ff68041de291f09753ef50f1c6d9b2b1f40b976 authored about 11 years ago
Use parent ids instead of recursive calls to inInheritanceChain()

0c50dfb76dd841671d8f33fb5f83e2409de6293d authored about 11 years ago
Experimental support for "property name interpolation", part-2.

ebdadaedac2ba2be377ae190060f9ca8086253a4 authored about 11 years ago
Experimental support for "property name interpolation".

4fd970426662600ecb41bced71206aece5a88ee4 authored about 11 years ago
Merge pull request #1733 from Synchro/master

Remove alpha from contrast calc

7a5e4327d54809e615d65340face325fc2aa504d authored about 11 years ago
Fix issue with urls in mixins

818109beca6b59b78b584d04f8713cdc0913ac2e authored about 11 years ago
Merge branch 'unquoted-relative-url-in-mixin' of https://github.com/bdukes/less.js

9a6888bf0d8e921085bdcd193ecc2bee61c27599 authored about 11 years ago
Merge branch 'master' of https://github.com/cloudhead/less.js

b5d8c958d066e56b8ba7e5a59f71053dc11794a6 authored about 11 years ago
normalize the base path as well as the filename for sourcemaps. Fixes #1736

381fb98fdf73a99b757766cd27bfad8b2fc19499 authored about 11 years ago
update the changelog with details of the performance improvements

117262df3104cbb50ae85f6db3ecca8f795f4a1a authored about 11 years ago
fix the benchmark less

aff8919dfdb4444f7eabe5bf9dc0354f0425db37 authored about 11 years ago
Add link to docs project

And add including solutions to bug reports

e8cc01058c2239c219d5910cdf2a2e4a686101f9 authored about 11 years ago
Add link to docs project in contributing section

3f33555095c20d40a52859b1e4341cd2ab5aabc2 authored about 11 years ago
Remove alpha from contrast calc, see #1724

21e1e91b4b55286bba88561b9455f2a53aefb209 authored about 11 years ago
mixin guard `default`: `default` moved to functions.js + other minor improvements

f168d187e1e1a4d9b8cfc30040af5f1a98012087 authored about 11 years ago
Initial implementation of mixin guard `default` function (aka "mutually exclusive guards")

6d3414d217b881284e6a2b6fa0ce46446fdc0bbd authored about 11 years ago
interpolated mixins, fixed: possible false match if variable contains `,`

2ad97c96c745efc400d14c2a5acaf380b3209ddd authored about 11 years ago
Experimental support for mixins with interpolated selectors.

002d6db966601ce46f688fe8c6ac59f29185f6b5 authored about 11 years ago
jshint: boss

3818727bf798dc19106904738658a3c6caa69c4e authored about 11 years ago
jshint: eval option

4f7c06c9c8b9ac9ea547974475d178db8098dfe0 authored about 11 years ago
test parens false negative

8098837d4aaffefb97342ca763a2da44778008b4 authored about 11 years ago
some code review changes and test for the new extra/missing parens check

ff8285fbc6f206594d2ff519029c09954aa42db2 authored about 11 years ago
fix tests

5a59c4bd3250788e14c4c7f07950f8ff928297f8 authored about 11 years ago
Added "debug" tests. They are failing currently, due to weird rhino

version handling of slashes.

eff959f38f71938b712bf0707158819eb6a4d041 authored about 11 years ago
Added no javascript error tests.

42cb7a61c9fde77cb403a56993224dd7dca829c3 authored about 11 years ago
Changed readme.md

c0b2a8c4dff13711e32bc8c03b43c9904d663e9c authored about 11 years ago
Fixing windows related errors in gradle build file.

b8cb398de1865e7ebd970beed7d655cd80e83472 authored about 11 years ago
Merge branch 'rhino' of https://github.com/obecker/less.js into rhino

Conflicts:
build/build.yml

cef6fbd2850b15fa2fcfb5459bf6e7601780c978 authored about 11 years ago
This adds an additional `vars` parameter to the `parse` method. It allows a user to inject variables into a less string before compiling.

723cdb501e2ab6b5cd64df7036b0cf5eb7de0055 authored about 11 years ago
Merge branch 'perf-tune' of https://github.com/fredburger/less.js

Conflicts:
lib/less/to-css-visitor.js

5367b8b6becc3a6f477c4b07458ede6b767b0725 authored about 11 years ago
add transparency colour function change to the changelog

c26be63a50f5cccfe3ff829f7ee2ffb9848223d2 authored about 11 years ago
Merge branch 'master' of https://github.com/cloudhead/less.js

27524402a31ca77d22b96152f9b14e0879b1a51d authored about 11 years ago
Merge pull request #1704 from seven-phases-max/color-blending-with-transparency

Color blending functions with transparency.

3b1c1a5f166e8a21d577ebd221f39314d2796843 authored about 11 years ago
add changelog

68d6b485200337c950c686244ac1e56b2d237c5e authored about 11 years ago
Merge branch 'color-ops-fixes' of https://github.com/seven-phases-max/less.js

Conflicts:
test/less/errors/color-operation-error.txt

bdab12151a54162eb63d753068c1cf7f1bf4432e authored about 11 years ago
Merge pull request #1708 from Swissbite/master

Updated Readme for full examples

f37047d6f7a674e24ef0495d665dcfc9dbd9c5e3 authored about 11 years ago
Merge pull request #1717 from joscha/fix-head

Minifier complains about annotation in non-JSDoc tag

49a0e81a383bac1cb1095152becfce83b4e03a73 authored about 11 years ago
move return false to the right place. Fixes #1720

c5c56e6eb948bdf49ae96331dce5f7bfaae7dfce authored about 11 years ago
Merge branch 'master' of https://github.com/cloudhead/less.js

1692e2f639efce078e82612459991293c1762425 authored about 11 years ago
add clean css options parameter and option. fixes #1721

5c41f72fa9c0d36f66e4ae580aa6f40bb433317c authored about 11 years ago
color-blending-with-transparency: changed func dispatch method from closure to `bind()`

1f57576d903781d20bd31a31a0f00410b2d8282f authored about 11 years ago
FIXES ISSUE #1453: let ModifyVar change numerical variables

e3a78458ad64abdc16dd33c04a798cd3243b3102 authored about 11 years ago
Change American spelling to UK spelling

a2f979d93508f1811acea76ae86847a650cac5ed authored about 11 years ago
Minifier complains about annotation in non-JSDoc tag

```INFO: [Minify] Minify: Exception in minifier: input:1665: WARNING - Parse error. Non-JSDoc co...

f827819197e0d327b28028b44575f4e0f2002cba authored about 11 years ago
Merge pull request #1714 from seven-phases-max/math-op-error-msg-fix

Fix for math expr/ops error messages line/column numbers.

5f089a2a4b8af6550615ddd56c3da60c518c0a3d authored about 11 years ago
Fixed line/column numbers in math expr/ops error messages. Updated tests.

ba5c8189cda68b8a064d44bd707c4e59a92c5152 authored about 11 years ago
Updated Readme for full examples

Most users and testers would just copy paste the examples. So I added the variables to the small...

d5105e3e956ab0b3c81e8c805ad4861491268c45 authored about 11 years ago
color-blending-with-transparency: removed debug log statement mistakenly left out

f835b1701cf6d2ba7c2f3289263a40d9cde76cac authored about 11 years ago
color-blending-with-transparency: fixed negative result alpha handling (though allowing out-of-range alpha inputs is subject for further discussions/decision)

28e5295dae637b00233f9ff57224c059f666ebe8 authored about 11 years ago
Replaced make command for tests running by grunt command.

a2081fb00ce0fe82d67e33ddc62b014805993f4e authored about 11 years ago
Added rhino header into build.yml. Fixes #1651

c19f0227d947d10493aec3ffe5537d53624108bb authored about 11 years ago
color-blending-with-transparency: initial implementation

61ff14b63c51ea2ba1687747a8ced35cd4bde0d4 authored about 11 years ago
Tests and fix for #1689

167e802875fc8dbb7abdc55ac20802ea89e7406b authored about 11 years ago
removed all version numbered files from dist

335955fc3638b4afe93352dbff2c2501cc92809e authored about 11 years ago
Updated grunt build to provide a less.js/less.min.js w/o version number. Also added automatic updating of ver from package.json to bower.json.

8e180983b3d46ebcf458df35492a0c1b165f9354 authored about 11 years ago
improved alpha channel handling for math ops, removed 'can't substract or divide a color from a number' constraint

4b113be27e9fa40215b151f72f510e352a4bfcfc authored about 11 years ago