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

Allow creating parser without options. Fixes #1373

c2dcb743d3562e2e3b66017ef5681e9af612a5d4 authored over 11 years ago
Fix: syncImport issue #1389 (nodejs)

3bb4a1086653329243e8f959cadc540514de403d authored over 11 years ago
Add .gitattributes to .npmignore

One of the dependencies, hawk, uses CRLF line endings. If you use less
in your project and check...

333cf22686403720ca523b51a6a1a40c4a0fa455 authored over 11 years ago
1.4.0 release

5b6b5ccc8d919a5afdeff5b9b75430cde9c2ed50 authored over 11 years ago
missing option name change

ff6a0395b5cad0415571491f8743c6e905ef165e authored over 11 years ago
Beta 4

5bdb7653949c18bde22913ab66a301ee8e6baecf authored over 11 years ago
changelog versions

b4231f270a288270fc01f277c6b03f589751b6f1 authored over 11 years ago
rename strictMaths to strictMath, set default to false, update strict options to take = on | off

65602099cc3a4cf62562ca3a026c20c0cb0da3dc authored over 11 years ago
Beta 3 release

91bc69a1936a700cf0aecbade9f6b6e768ac757d authored over 11 years ago
Improvements to browser tests that don't raise a false negative when switching branches

017bb2c234973a44942b9ae657d4c6f3f3f40601 authored over 11 years ago
Handle ./ paths in the browser when relative correctly. Fixes #1238

46e1613ba722b13fb93811e512934ba6eaabdcba authored over 11 years ago
Fix browser tests

5d102d545b4b029e53794efa596347c5656513f9 authored over 11 years ago
Add isunit function. fixes #1298

572b45a94b6af9a9e66706e83b7129b3a7f39e55 authored over 11 years ago
extends recognise attributes. Fixes #1295

4997ce9ced1e22d3a25d6170706daa97c02a8be3 authored over 11 years ago
Remove ecma-5 since it is outdated. Fixes #1279

747cac49f3d820114f80fe7696c2fa626be9f4b4 authored over 11 years ago
Follow standard for inheriting from Error

c6d02c7a6f89c72807eb244486701a26d028ef2c authored almost 12 years ago
Make non strict units less strict and change the default to not be strict units. Fixes #1254

5bc4059c6b7045e319fabe4a9eff849cf79ff5d2 authored almost 12 years ago
Merge pull request #1278 from losnir/master

Better fix for local path (cross-platform)

1ba5e1edb6140543de361974afd5cbc7acabba37 authored almost 12 years ago
Fix courtesty typo

e75bc55fab8283b053f0b54872522aa27509286a authored almost 12 years ago
Merge pull request #1277 from jonschlinkert/master

contributing.md updates. Fellow nerds! please wrap words with `@` signs in backticks!

46f557fc249b4ac3970a88aa72c4bc46d44c7e5f authored almost 12 years ago
Fix for local paths with Unix / Windows Support

Second try at fixing issue #1272, now with added Unix support.

ef6f9123ec9137585d60663cf0aad4aa30f81989 authored almost 12 years ago
Updates to CONTRIBUTING.md. Emphasises that users should wrap words with `@` signs in backticks to avoid sending notifications to any GitHub user that might have that username.

be98ea6dee54bdbabad3fe81f6ed306142905f28 authored almost 12 years ago
Merge pull request #1273 from losnir/master

Fix for local paths

de1c8b305a6b3db79f294f9408aa22346c71ed95 authored almost 12 years ago
Fixed issue cloudhead/less.js#1272

Local path should now work correctly.

bd31c7a4c3bbc3d6d66ae5424c90eb2355924c19 authored almost 12 years ago
Merge pull request #1244 from theoreticaLee/master

Add Less license to package.json

5e0ed82e71d812a5c133ab2dcdb5a8a978298fe7 authored almost 12 years ago
Add Less.js license to package.json

ee44f777b651c5aa7b9ec98d2a290dc493b7b9dd authored almost 12 years ago
Merge pull request #1236 from editor/master

Fixes small typo in command prompt usage text

0049e9b94e1818ccfadb69212bb8446f37339dfd authored almost 12 years ago
Fixes small typo in command prompt usage text

8fe40338170b71bb7561f2589f85dc95195be0cd authored almost 12 years ago
Tidy up options

3fc8944ce8f39ea3ebf630d3e22474f5ac6c0a0f authored almost 12 years ago
ENABLE max-line-len options support

fc56975b3aceaf607dba0c357579345c2bee3a64 authored almost 12 years ago
Do not normalize rootpath option as it is a URL. Fixes #1234

285f4ac8201657977ddd3d5dbb03e1e82ea31807 authored almost 12 years ago
beta 2 release

2e0afb458b87687121aa33a88dde248238debefe authored almost 12 years ago
Allow variable interpolation in attributes everywhere that is sensible

b2d75e82b421332a86afc6589f04bbd032059b4d authored almost 12 years ago
better support for attributes. Allow interpolation inside attributes. Fixes #1229

e58662fbd3675c7c15844ba6cb23b3309c113bff authored almost 12 years ago
ampersands in selectors using extend - more complex test

19405ac501680d45eaed296c798f1cb2b51e5391 authored almost 12 years ago
Fix extends when selector to add includes & and :extend is inline. Fixes #1227

e210c4b25174c11c459707e8f989fef577659580 authored almost 12 years ago
Fix index on mixed units error. Fixes #1228

2392e4133e20993c4d2594bcf10fd2f4cfa56cc3 authored almost 12 years ago
If the callback throws an error and imports are syncronous, let the error fall through to the calling scope.

dca9643a1ad8556d13b27dc960923b60ae5d9285 authored almost 12 years ago
Merge pull request #1230 from jonschlinkert/master

package.json edited

420acfff73ac5f61af0b4fcc6438f31f81cf8906 authored almost 12 years ago
package.json keywords updated, formatting for readability, nothing else was edited.

68963e7d912cdff5a1e135c17472b1ae7f4580bd authored almost 12 years ago
info about `@import-once` removal

2d96df7ad01abe897e0d144c2ad6af03b2b62835 authored almost 12 years ago
Update CHANGELOG.md

correct extend description

a24b180cbf5ae2f49017bfd8ba5814bbc498938e authored almost 12 years ago
Change version to 1.4.0-b1 and regenerate beta files

bc6abb8e8b6982a560539d09500dfdb7f5dee90c authored almost 12 years ago
add clamping to hsl and hsla functions

ac3a92dd30d828ddfac608a6c20b45155c6be1ee authored almost 12 years ago
Update CHANGELOG.md

added 1.4.0 beta details

b200459986aef697d4a832f676b176196505be5c authored almost 12 years ago
update package.json

9fd802f2c3720c158a48a37fa2447ecf73a22bbd authored almost 12 years ago
Make alpha release a beta release

2589d5ed94999d2677a15062a3c5ea1d8a3c9751 authored almost 12 years ago
Alpha update

3a0bd6f152ba56814c5f9dedf0343f09b17bc868 authored almost 12 years ago
support media queries in extend chaining. Also tidied up. Fixes #1213

096a69796f3370768ec15ecdb3554592574c9265 authored almost 12 years ago
Allow circular references and ignore them when they become circular

2ff9ae521e85cc67db16e08a903230749c9f76b6 authored almost 12 years ago
First part of extend chaining

7170aaf06e41b7ca0dbe58155c4b8befc79fddaf authored almost 12 years ago
fix, less with compression (-x) was unable to parse auto\9

99aa363b70f984e791dd11460125d579961ffde2 authored almost 12 years ago
Alpha release

900daaca59715f6ebe2c179e7b2a548b0c3847a5 authored almost 12 years ago
Allow multiple extends for more declarative multiple inheritance

c17d939ea705ed9eeab6114963d0ac2c689f24da authored almost 12 years ago
Add implementation of dependency tree

45ea535a9019618edb7c05748e5fce60858e5771 authored almost 12 years ago
* "Added a -depends switch which outputs a dependency line suitable for a makefile" (10696d9c11afccd7fb4dadd92985b5166c66f6f2)

* Added a synonym flag "-M" to "-depends" to match syntax of other compilers.
* Added support for...

afbe22d2157b6ab0c967770cf2ded5ce21cd49b4 authored almost 12 years ago
fix regression: mixin guards compare units correctly

dca16509c2e96ffabe8d5ff1645ed0c3d8088fe5 authored almost 12 years ago
Fix default variables containing comma when semi-colon seperated mixin definition. Fixes #1211

c583acede0d0e2449582167e8b28922ee69f2cdd authored almost 12 years ago
correct bad test txt

10caaac72375b8d41fa212b199ed51b16e675ae8 authored almost 12 years ago
refactor mixin call arguments into a seperate function

d302fe86b16405f02352f513823bb2931a0743b5 authored almost 12 years ago
refactor extend visitor to be more readable and maintainable

7217cb5e6aeb12581b11edcdb452ee0900c356b2 authored almost 12 years ago
remove shallow/deep options & tidy up part 1

cf9496ec32405f56f383c24d9efdb16c7f7dd475 authored almost 12 years ago
error when property is used in root. Fixes #442

c139c6e4dff410c188d2d53a2f00b4727caa7ff3 authored almost 12 years ago
don't remove duplicate comments, fixes #1067

7778da94b56a423850d9cc92571f60c9288d8dad authored almost 12 years ago
remove short lived `@import-once` in favour of `@import` (default is once) and `@import (multiple)` for multiple

8437d0766d40af226c3f3e5dd6eb35ba5482c870 authored almost 12 years ago
Change import options to require '('

3ac8371aea0df021c72e97611145a6347245124a authored almost 12 years ago
Implement syntax in gh #1185 for @import options. Implement multiple & less.

First step in implementing syntax for @import options, proposed in
https://github.com/cloudhead/...

72c469d86ec37412f794d16e54db6aba33819436 authored almost 12 years ago
Alpha update

05fc86f7194ddbf6de9389c9dcd7ae4635ecfa1e authored almost 12 years ago
support for deep but exact extend

7cebd9ca250a99fcac619998d36790ce1c9adeea authored almost 12 years ago
Add exact syntax for extend

62cc6cfc0b29bff1947fc8838a5ff89097c452f1 authored almost 12 years ago
extend - replace elements multiple times in a path

3164d57f9e942487ae48269f622053ef847b152f authored almost 12 years ago
Support matching across nested variables

c90558b928fdb5ac6581b25fadf73e509c6228fd authored almost 12 years ago
change extends to work after selector joining. refactor findMatch ready for change to support properties across nesting

59fb6cd1f74e3c201d4dcef0e1d453cfd796f502 authored almost 12 years ago
remove commented out code

bf74d88302a577fe9b5c0a76c1007fc6bcd0b57c authored almost 12 years ago
match multiple classes as the extend target

2805827d611e598842d04456b2b07cc09f19a6b5 authored almost 12 years ago
slight restructure and tests to show we allow multiple extends

1970be737b2885fc628daed84615bd41bede3835 authored almost 12 years ago
Fix unit tests for debug

464e777db573975fc9496add94b90b40dd19860e authored almost 12 years ago
Update tree.js

in windows system,path sep is '\',the old regexp is not match it. I whrite a
new regexp and fix it;

f9b68f8f741c3e48520edeb597a20714c18bc165 authored almost 12 years ago
move extend fully into visitor, bringing back functionality and fixes #1165

da7de8f518dcc26f5ff370aced14839235b2c986 authored almost 12 years ago
Add an extend finder visitor and extend processor visitor (breaks extend for now)

aac8e973fe9187f6ed3957f92640e150a9eb7ee7 authored almost 12 years ago
make visitor replacing optional

b48c0f929aa435697d00f737ad1ffc7138ad9b6b authored almost 12 years ago
cleanup join selectors from toCSS

ed78502b1e2cd2617d37ab19dacd075a4f9c7d70 authored almost 12 years ago
move selector joining into visitor

4101ae9bdcf790bfa0771bf1dc4dc34315641206 authored almost 12 years ago
join selector visitor creation

054beb2ad220475ee673c2dd98e33f1c55a0a2df authored almost 12 years ago
move action out of constructor

59a443556a1d36fd47e33c347765a496034545f5 authored almost 12 years ago
alpha build

c1095a7218d69d71507a9109475c377ed9175c81 authored almost 12 years ago
import interpolation finished. refactored the import phase to occur only within the import visitor - so that the import eval env can be passed between imports.

5d54af20399aa3fbd1f2b79973b03700c82ed288 authored almost 12 years ago
first test and fixes for simple implementation

14cee5d04f4634198871fc8dc8123017860421fd authored almost 12 years ago
make import visitor stack up frame scopes

9280b53291ee424130fe50c380db2303d9c2eaaf authored almost 12 years ago
make import use shared relative path function

57b41f0ea08183c7ec22f8ac86198837f609edb8 authored almost 12 years ago
organise the import node a bit better. eval the node before fetching

290d7a055cc0f7f4ac277a675d375299f3028371 authored almost 12 years ago
Move importing into visitor

e63c8c58685d44bedca0cbd2f28fb9d0d686dd7e authored almost 12 years ago
Add import visitor

39f669e83cc928c2d6af2c8ee86c5cd3f9c95d07 authored almost 12 years ago
Add modified (self altering) visitor pattern and class

c56db94b7dca69713e6c27bb257b8277925374ca authored almost 12 years ago
whitespace

9b256f23400230ef5d95b75bb9c11383e7450fea authored almost 12 years ago
extend options, algin with decided syntax

494c5f268108b1f684d81a49b396cf259fe25fd6 authored almost 12 years ago
git attributes to align eol

b9274743c3ab6a41038fb9f2d4dfe902faeac554 authored almost 12 years ago
New Alpha

ba2f6f3c135bfc99dfa07c5231624b009aa594fb authored almost 12 years ago
patch for issue 163

a7c9a853e9b4ff6f22e2f52fd9472038354ceecd authored almost 12 years ago
make browser test file paths host relative

9f0c58cfa4f40819b0ad8332caf526abe28b0fa5 authored almost 12 years ago