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

Adjust all regexes in parser.js to use similar style for character classes

cb8856fe6f228484b994caa4450af1a502b06791 authored over 12 years ago by Dustin Cass <[email protected]>
Adjust attribute selector regex to allow for numbers and underscores in attribute names (fixes #863, fixes #876).

4821735ba242fb0c00b2afa2f144a85dff9c0e56 authored over 12 years ago by Dustin Cass <[email protected]>
Merge pull request #857 from clmsnskr/master

Revert adding "transparent" as a color name

5974b9e15a7b0adb69b820aa659160ce8ec4b4a6 authored over 12 years ago by Sasha Sklar <[email protected]>
remove transparent from colors.js

b004c196573eca4093f9d758da37bf30dcaa43f2 authored over 12 years ago by Chris Coker <[email protected]>
Merge pull request #753 from clarkni5/master

Adding "dpi" as a valid dimensions for media queries

b235734a11f646252db8f0947fee406ce67cf904 authored over 12 years ago by Sasha Sklar <[email protected]>
Merge pull request #800 from SpadarShut/master

Added 'transparent' as a named color

8774a436f6cb1067ab835a96a4704d4ccc7abb71 authored over 12 years ago by Sasha Sklar <[email protected]>
Merge pull request #804 from jreading/664a8d713ce130efa1120f31d2bd18db13ed33c3

Fix for unnamed parameters test fail & failing test for import-once

fcc50ac8e81f950867402d2e2bb6328ed9cf532a authored over 12 years ago by Sasha Sklar <[email protected]>
Merge pull request #796 from comfuture/lessjs

fixed issue #795

744ec154778899c5af417853ce1a88a9852b14ed authored over 12 years ago by Sasha Sklar <[email protected]>
failing test for 88915649179c879048677f6b8d213b4b2756f676

664a8d713ce130efa1120f31d2bd18db13ed33c3 authored over 12 years ago by John Reading <[email protected]>
fix for unamed parameter

b144fc59eb0cfdbc7f50b7fd08a02dcd3d3a533f authored over 12 years ago by John Reading <[email protected]>
fixed issue #795

94f70f71218c4b7f89e29d8a70893c8fea735534 authored over 12 years ago by comfuture <[email protected]>
Added transparent: rgba(0,0,0,0) as a named color

f42de9bacd894c9d512aad1932ebf48c8f32f71b authored over 12 years ago by Pavel Shut <[email protected]>
Merge pull request #268 from jamesfoster/master

Implemented named arguments

a2df119732b2b05c7cdfd228a245c4a17e15fcbc authored over 12 years ago by Alexis Sellier <[email protected]>
Fix trailing space when parent selector is the last part of the selector.

'''
.foo {
.bar & {
&:hover {
color: orange;
}
}
}
'''

now outputs

'''
.bar ...

1bb3dc1f26ade6d7f334d7ce83c47ef5afb62713 authored over 12 years ago by James Foster <[email protected]>
Implement named parameters

1857b7c5aa92fd5c9454cb4507d688888cba7579 authored over 12 years ago by James Foster <[email protected]>
Adding "dpi" to the list of valid dimensions.

6333fddaa26a9e427a646d83edbe85d2e9ca3bb5 authored almost 13 years ago by Nicholas Clark <[email protected]>
remove duplicate rules automatically

cb789334233e377bd91a17d3118a0424ad167929 authored almost 13 years ago by cloudhead <[email protected]>
import-once functionality

88915649179c879048677f6b8d213b4b2756f676 authored almost 13 years ago by cloudhead <[email protected]>
CHANGELOG

54e1a6ba291fe3ecc191bdc047662e24c6490d00 authored almost 13 years ago by Alexis Sellier <[email protected]>
(dist) 1.3

3fb212d9c3d63bcb585bda88eb9ab66158b0b2b8 authored almost 13 years ago by Alexis Sellier <[email protected]>
variable selectors must be paranthesized

67ed7dfcb3d7665df55492cc7593c45f72a9dfdd authored almost 13 years ago by Alexis Sellier <[email protected]>
(test) fix benchmark

98d513a9693b19b3c3f74e2688609b75c729fd5c authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge branch 'master' of github.com:cloudhead/less.js

d955198c85fa511b93d76bb450b724158461997e authored almost 13 years ago by Alexis Sellier <[email protected]>
support strings as selectors

example:

@n: 1;
~".span@{n}" { ... }

93b23d2c24936d5bd829ba1f725ef442e9475747 authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #673 from andrewjstone/master

mocha found a couple global variable leaks. Here's the fix.

8fde644ce779f50009e9df642e14b4eb99d24b02 authored almost 13 years ago by Alexis Sellier <[email protected]>
fix global variable leaks

6e57f91fd070bb394563b2d424c0396f0fa2e482 authored almost 13 years ago by Andrew Stone <[email protected]>
add ability to bind varargs

3e5a336f88db41a735068dc15b9e57cf54d3a837 authored almost 13 years ago by Alexis Sellier <[email protected]>
(test) test for semi-variadic mixin

99c3cb4c2e9585aa846a6ee090b8430844ea6f46 authored almost 13 years ago by Alexis Sellier <[email protected]>
fix error message on wrong-arity call

229856d51420279ce061f4bf622320e57c4b91a5 authored almost 13 years ago by Alexis Sellier <[email protected]>
Variadic argument support

.mixin (...) {} // matches any number of arguments
.mixin () {} // matches exactly ...

ac226c6b7f067874ed2100e8c08adf00db1a2891 authored almost 13 years ago by Alexis Sellier <[email protected]>
Allow '@import' directives in any selector

Add --strict-imports option to disable for perf
reasons.

236f16b12476e825550e490062d917dd00581f99 authored almost 13 years ago by Alexis Sellier <[email protected]>
Fix '@arguments' behaviour, Closes #632

`.mixin` & `.mixin()` had differing behaviours.

598b24910189c1ce3184cb80ecc64c843df453b8 authored almost 13 years ago by Alexis Sellier <[email protected]>
Fix '::' selector output, Closes #663

5ccf1dafec6cd449954076a93cb40fd24c0fe388 authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge branch 'patch-media-query-variable' of https://github.com/sirlantis/less.js

Conflicts:
test/css/media.css
test/less/media.less

089ca34dc12311224021c49ebf5967a63a80429f authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #634 from sirlantis/patch-media

Add @media bubbling/nesting/merging

2723c4ecdc6ad9e9c5a41446334a6bc2b5868dfb authored almost 13 years ago by Alexis Sellier <[email protected]>
Declare `e` properly in `mediaFeature`

0086f1babb23b84c56542fdda0ea37a5f1e5443c authored almost 13 years ago by Marcel Jackwerth <[email protected]>
adding optional compress flag for rhino command line tool

9403777f82d8e8c75a1a181db209cc27ad8d9c47 authored almost 13 years ago by Jeff Tougas <[email protected]>
media-query can now be a variable

9f9eeec2974c276f2731dc415d0b85a7629baae9 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
Merge pull request #631 from highergroundstudio/master

Fixed spelling error on benchmark/less-benchmark.js

ab5343098caabedcce85419efa46f9c4ffacd307 authored almost 13 years ago by Alexis Sellier <[email protected]>
fixed a bug when using @media with mixins

1ba622dd8dc8a44f072a9e5a89bf19986313d2cd authored almost 13 years ago by Marcel Jackwerth <[email protected]>
adjusted indent-whitespace to 4 spaces

081c26dc9ad19f558abbe8b7955209eeeffcacc3 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
Added automatic merging of media-query conditions

936ab7d52e2c4a3786e678e05cf62d258e28c470 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
remove @media code from tree.Directive

80e8b42e9af7da6f6afdd4719e5cd92d41238207 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
moved @media code to own file

53b67e79fe70ea958d3f7170018de006baaf234d authored almost 13 years ago by Marcel Jackwerth <[email protected]>
fixed double-space

378ddef61f618603b54dbb76d534d982d1fecbe9 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
added more complex test for @media bubbling

9fb9b557705e5234994a55b5ec33edb72d508457 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
added @media bubbling (similar to SASS)

288248dc5a9fefb2048f1b3509a4f4d7fc700ccd authored almost 13 years ago by Marcel Jackwerth <[email protected]>
Fix spelling on benchmark/less-benchmark.js

47e0ab96b62fc0eadd6c99ec68da51f4cfe738a5 authored almost 13 years ago by Kyle King <[email protected]>
(dist) build 1.2.2

d17a4614b63d9e383b030f0c6c6216a7c37822fa authored almost 13 years ago by Alexis Sellier <[email protected]>
(dist) version 1.2.2

83426e424d45dcadba30064d64825ec38b3a390b authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #601 from adrianlang/patch-1

Make parse error handler more robust

8864ac652c9752d1b545fa48467713d26cbe56cd authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #595 from hokaccha/fix_parser_error

Fix callback called two times

222f5e6b8a9598d82a353d10fd3c5ee655f5f6f9 authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #604 from treshugart/master

Fixes #602

f69de479d43b588760ef8fdb6a01a141c018e630 authored almost 13 years ago by Alexis Sellier <[email protected]>
(ws)

0f1527c12d9c5505260f6eb8be8c4a005fbc520e authored almost 13 years ago by Alexis Sellier <[email protected]>
add hook for import error

8e186400e0458ab6b6bed736ef7f33fd3d016f50 authored almost 13 years ago by Alexis Sellier <[email protected]>
Fixes #602

acf65e0f5dfcddd9e6e6161818e980233d53c7ef authored almost 13 years ago by Trey Shugart <[email protected]>
Make parse error handler more robust

This is necessary to get useful error messages in cases where root has not been constructed suc...

a8802fc8ac2a8cc4aa98ffebdfd843e9c094ba6c authored almost 13 years ago by Adrian Lang <[email protected]>
use basename when fetching import file contents

557177c76dc800c1e3e26917f377f97b0d67dba2 authored almost 13 years ago by Alexis Sellier <[email protected]>
Fix callback called two times

e58238bd17f77127ab862d991b8ec18de740ffc4 authored almost 13 years ago by hokaccha <[email protected]>
Merge branch 'master' of github.com:cloudhead/less.js

c56ab0ad4a13ed6e2cd26a7357a180179840dc55 authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #585 from fat/newline-selectors

newline all selectors whose combined length is greater than 25 chars

5c52f4579c15cc0add7ab183b19442d14ba6d4c7 authored almost 13 years ago by Alexis Sellier <[email protected]>
always newline selector lists

75419077d774d93b84edf90a7efbe4abd4373c97 authored almost 13 years ago by Jacob Thornton <[email protected]>
fix url() imports

bb5f0386156d5553e484dd2ca9ea6d61d7c355d1 authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #479 from tobias104/issue-457

CommonJS/AMD module support

90013bcc97839e35b1cdc349782ae9dc4f866808 authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge branch 'master' of github.com:cloudhead/less.js

ad12a982d58e7b06c8e87c97917bb96b29876432 authored almost 13 years ago by Alexis Sellier <[email protected]>
(meta) todo paths.unshift fix

031006daf3189ea77979a4bcb20ba68de09b3e82 authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #516 from chrizel/master

Improve Windows path support in lessc

62ce2e0e568df55689122723817894176fd5094f authored almost 13 years ago by Alexis Sellier <[email protected]>
fix 'missing }' error message

72f7fa6077155caf31aa71a550bcb7c52e926630 authored almost 13 years ago by Alexis Sellier <[email protected]>
(test) string escapes

38f0d90393e8bf9bf9b190ce7af539fd734fc41d authored almost 13 years ago by Alexis Sellier <[email protected]>
parsing/compiling speedups

e618119e03d23da9f155697a8905e94ac9ea3fa8 authored almost 13 years ago by Alexis Sellier <[email protected]>
(minor) add missing semi-colon

e8ac71c5b09fec064bd37f4dcd722c9e009d7b57 authored almost 13 years ago by Alexis Sellier <[email protected]>
(dist) 1.2.1

469f56843d8509aca43d10c2f3bdab40293e09e5 authored almost 13 years ago by Alexis Sellier <[email protected]>
(dist) Makefile: make server

6fe4c1f092cc108469f5c7d4deab313b7775923d authored almost 13 years ago by Alexis Sellier <[email protected]>
fix imports on browser

b9dbfc08a4393981cb12734218287de50491e699 authored almost 13 years ago by Alexis Sellier <[email protected]>
fix imports on browser

b5dd30f4d4890bb39657c01af320e8da4553c909 authored almost 13 years ago by Alexis Sellier <[email protected]>
improve error reporting on browser

9c344ba5a149d987833899707f0c0395d6e707ac authored almost 13 years ago by Alexis Sellier <[email protected]>
fix Runtime error reports from imported files

aefd31051476ccac82ec581ab8ac80ed6c2c5575 authored almost 13 years ago by Alexis Sellier <[email protected]>
fix 'File not found' import error

2cc1b018fef08f73cb64e4b4be07bfc5a921c08e authored almost 13 years ago by Alexis Sellier <[email protected]>
(dist) hot-fix 1.2.0

7eb079dcdf09e3006b86a6eb3c9b9861a5ed7fcc authored almost 13 years ago by Alexis Sellier <[email protected]>
refactor rhino setup logic

4cb962c5cd1352c2f9c4a2e93df80cf4d40f8e49 authored almost 13 years ago by Alexis Sellier <[email protected]>
Merge pull request #557 from kmchugh/master

Fix for issue #466

6196a225cba0f9e8c6606a0776876757f5e139e9 authored almost 13 years ago by Alexis Sellier <[email protected]>
Additional update for when window is not defined

e90fbdfd42b1b6ac2d6f12f7b55eecc9d50d9a18 authored about 13 years ago by Ken McHugh <[email protected]>
Fix to allow compilation with rhino while using asual lesscss engine

39f277f7267c0b36f2e82a02728dfcf139ec8d15 authored about 13 years ago by Ken McHugh <[email protected]>
fix bug in string arguments to mixin call

dc1c6c455590d664dc94f2cc68af21249d2240db authored about 13 years ago by Alexis Sellier <[email protected]>
improve errors from imported files

6d4516e6fcc6a84cbaf5db9e5753d05787a28937 authored about 13 years ago by Alexis Sellier <[email protected]>
(dist) build 1.2.0

a067df6e192ec0104274d970651773966e29a406 authored about 13 years ago by Alexis Sellier <[email protected]>
remove '^=', support 'not' better

48db59ec8238d3d66f829aeba1961f7f9913684f authored about 13 years ago by Alexis Sellier <[email protected]>
rename is-* functions to is*

e69433b8d173843c47640ce4bdb3300bf52aec83 authored about 13 years ago by Alexis Sellier <[email protected]>
(test) tests for '!important' mixins

66833352fd67a790e847f173eab56f02a3ea5871 authored about 13 years ago by Alexis Sellier <[email protected]>
support '!important' after mixin calls

ex: `.mixin(4) !important;`

aab66a4d10e38a4d92c003ecb5ef03b9ff3067cc authored about 13 years ago by Alexis Sellier <[email protected]>
(dist) version bump 1.2.0

1078c8b3d2c7d3f06729f6a0a7c1d130c22b68d8 authored about 13 years ago by Alexis Sellier <[email protected]>
improve import support with media features

7dd31ff654b3e26724213435c18a4e0a0dff1dbb authored about 13 years ago by Alexis Sellier <[email protected]>
change negation operators to be more cssy

d8441445a506336d9c4229aa5b4d3a5ef202bbf7 authored about 13 years ago by Alexis Sellier <[email protected]>
and/or for mixin guards

a40a9ee4db5ccc09abf35343a0673070d50c71ba authored about 13 years ago by Alexis Sellier <[email protected]>
add more is-* functions

b43d442d5523624b926a878ced280de8a4628b5a authored about 13 years ago by Alexis Sellier <[email protected]>
(minor) tidying up

2844e03c5bf1665e4611edb78a87b91a933aabd1 authored about 13 years ago by Alexis Sellier <[email protected]>
type-checking stylesheet functions

is-string, is-keyword, is-color, is-number

5ec708c3f4674e6e3cfec28bb4f733a8a0e69b9a authored about 13 years ago by Alexis Sellier <[email protected]>
support more falsy values

77c8df029b7b8745c88f80ae38c70899e3b5a5ef authored about 13 years ago by Alexis Sellier <[email protected]>
improve condition parser, support true/false values

7a716979653e5437344b37a537153b409927665f authored about 13 years ago by Alexis Sellier <[email protected]>
improve error-reporting

- add a LessError class
- add an expect() function
- add an error() function

1d67c5b382574827eeb029046da664b2fd618479 authored about 13 years ago by Alexis Sellier <[email protected]>