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

Use original node so that original seperator is used instead of the native one. Fixes unit tests on windows.

28b89672052fc5b300289a1da62b772ff91293ea authored almost 12 years ago
Fallback url() value for data-uri function should be quoted.

feed74f3bd032f25bae6456005fcb312544ddcb4 authored almost 12 years ago
Wrap data-uri warnings in an env.silent check, silencing test set.

51387047da2478fa8314283b07d6cfb9da27334d authored almost 12 years ago
Pass silent and verbose flags to evalEnv.

b9bc6e73a0ba2610bee9e4a3c17f5759b2c98ac0 authored almost 12 years ago
Actually pass ieCompat into evalEnv for lessc.

a5b653af707747eff93efd4f23b2ebcb0f23af26 authored almost 12 years ago
Functions use evalEnv, not parseEnv. (move ieCompat env flag)

08175320f8346c7fb721b05ee62e29d97597b6ff authored almost 12 years ago
Prevent data-uri function from embedding files larger than 32KB.

Although IE8 does support data-uris, it only does so with a limit of 32KB. It's a silly limitati...

e4fe935ea13673f9f8cdefb3bd6c3ea44f8eef79 authored almost 12 years ago
Change tan function test value.

Apparently there is some disagreement on the tangent of 40 between browser and node. 42 is the a...

7116b3b1c5b09a772df6a17540ef7d2b4f267c2e authored almost 12 years ago
Update package.json

20f787c53f78566acd01593efde428feeb4201ea authored almost 12 years ago
Update README.md

9cc1330497b54681bf7d06c4d52f1934628c9906 authored almost 12 years ago
Update CONTRIBUTING.md

Move developing information to the wiki. Be clearer about feature requests.

78883cd18d5425df4cf401e2e3d57bd2a8c73e4c authored almost 12 years ago
Merge pull request #1197 from Starefossen/patch-1

Updates copyright year in README.md

903e8798e5406dded8da6c49a8296f70e6f2cf64 authored almost 12 years ago
Updates copyright year in README.md

fc2db5ded88710e5e6dcb1b9766450af630097d4 authored almost 12 years ago
Support reading other arguments as default parameters. Fixes #43

241c830e10c1a0afa25b10100c8948d68acd8fe5 authored almost 12 years ago
Fix data-uri relative url to be relative in the same way as normal url's

e7cbc4c190de4a0642ae8d6f1a26f8d2cf323b0e authored almost 12 years ago
change data-uri to look at the file relative to the root or current less file. Fixes #1186

f68337e45077bdf1066fc81a8fd8e352c3dfa9b7 authored almost 12 years ago
Fix #791 - avoid engineering syntax in dimensions

21cc34b608f483fb101923b597640408815ab0f5 authored almost 12 years ago
do not pollute the parent scope after mixin call if variable is defined

d01d2e9bfbd440ee8f5edc94f7194a2f9dd3e3f8 authored almost 12 years ago
make root slash non greedy

156911aa11406bd879fa2f13291a7d849d3fe85a authored almost 12 years ago
Update lib/less/browser.js

Add support to "file:///" url which could be useful using "--disable-web-security" without a web...

8ef5043b7816cb207c465b393241d252fdc41236 authored almost 12 years ago
variables in media queries in import statements

d70769bfb7372b07c8cc58b3ab9e754c09e0990d authored almost 12 years ago
Fix rhino merge error. Fixes #1184

ab3ddf413dc2f32def9eb773c22aa4833d0c4874 authored almost 12 years ago
Allow any casing for functions. Fixes #1168

178696d14165e49e0c9e25c9e15ca31267b1df8f authored almost 12 years ago
Update alpha 1.4.0

e675892ba481c7b2e7c9b5b1784f66c5dc693aa8 authored almost 12 years ago
Fix small mistake - allow null options

0396a59eb6276e07fc35f98bc17dc2e6b6383bb6 authored almost 12 years ago
Fix import errors in browser mode. Fixes #1117 and fixes #1118

914eb404d7512157ecfde94263dcff9e1c4d9858 authored almost 12 years ago
Once applying the rootpath, null it so it will not be applied again

681725f0d284590339ab8d76afb92eaf47593284 authored almost 12 years ago
Correct some error inconsistancies. Add browser testing of errors - import missing error fails because of #1117

88f3f0221324eab6417df0c315e6ddaa0197b2b0 authored almost 12 years ago
Ensure error thrown uses 'type' not 'name'

d9d959fd2135d233ae1929ec32aa772b895d6bba authored almost 12 years ago
add error tests for value lists in brackets

aecab5e7dd4b77c3b11df521298a6112549ed82d authored almost 12 years ago
double brackets does not leave brackets behind, to align with the most common scenarios

c2880a9baa764b15c80fb6e093fa2378a896d7f6 authored almost 12 years ago
Do not allow space seperated values inside parens. Fixes #952

6cd6fb258517ce562ec714b7d787c9d2a13371f5 authored almost 12 years ago
Update alpha 1.4.0

b18239e2565ee7049d995039e6d0a614d237e4b2 authored almost 12 years ago
support windows line endings in browser tests

28172d50f7afae259e82d69ba7b84ff35b70f222 authored almost 12 years ago
browser tests for legacy strictMaths===false and strictUnits===false

26b6bc470d50037cd0a2407d96e9cb866c99b575 authored almost 12 years ago
Fix browser tests - url tests need to live in urls.less

41a8f6724af0144eb2b593ea6861a17fb71c1af5 authored almost 12 years ago
Fix comments test

a490bc12bfeeda076d02732eb3f60a0ab6c8efc7 authored almost 12 years ago
Legacy maths mode supports old special cases for font property and media queries

e21bf1d7a1bfc90662e7310ba3dd447dc5c25b0b authored almost 12 years ago
remove shorthand

d395adc55bc898dcbd8efbbd0f016505dc468524 authored almost 12 years ago
Add tests for operations in media queries

bbef83e171e216b067908e82fc70525c75569823 authored almost 12 years ago
Preserve whitespace in operations

2ffdefa2486b4347478dcbdd6e15010acb843897 authored almost 12 years ago
Add tests for strict unit errors

c27922890df553f656605fec9efd1d638641d989 authored almost 12 years ago
Add strictUnits option, add tests for legacy behaviour

3ef22f16f9d58d5bbea1ab520e039e6c82014518 authored almost 12 years ago
add evalEnv class and strictMaths option

988d378922a14aa7d0c5f90e896041b56597632d authored almost 12 years ago
take maths further

531195c92d92ca06ba4c27b0bec70e10082ab155 authored about 12 years ago
Fix merge issues and a code review comment. revert unit change that outputs px*px as it is not valid css

3b5ecf54218da394e622d1b95e1e1da80f11941d authored about 12 years ago
Fix CSS output for compression

e6ea7b42abe6101cb6f446395af103bf1f78ef60 authored about 12 years ago
Arithmetic within mixin calls must be in nested parentheses; Added tests for mixins

abaf4c6b686a23e3c98db1f10ae16cd4f5e33b5b authored about 12 years ago
Remove spaces around slashes in final CSS output and update tests to reflect that; Added a couple shorthand tests

241b9d23a4b240eb420ef8ddad3624bf9b1ce68f authored about 12 years ago
Removed Shorthand and Ratio parsers; Fixed some issues with paren depth state; Adjusted tests to pass on new output

bf1823f1096ce57766854d2d6481c3dc6988cdbe authored about 12 years ago
Updating parens and operations tests

b371fc90a0a80c5866d8e14226b55ae1e65821c5 authored about 12 years ago
Division only when inside parentheses

4545b0193978a4c37ba8786f3839ddafee7cb406 authored about 12 years ago
Provide fallback 'mime' object that covers 80% case of data-uri usage.

5325a2e4b4b8f847ead6abbc6a5ebedc7cfdeb26 authored about 12 years ago
add jam definition to package.json. Fixes #1146

4e517af093c13b4fcaa81bc5d0d3dd012ce6654d authored about 12 years ago
Remove `dist/*` from `.npmignore`.

This comes in handy when managing a project’s client side dev dependencies via npm.

fa78f2d15512a98b0059478adaccf3c89f4fb1b4 authored about 12 years ago
refactoring - add a env type to better organise its properties

e45ec8a31efdaace482e3881417eb4b050141eee authored about 12 years ago
Merge pull request #1148 from Synchro/luma

Better implementation of luma

26d35c98fe0644d0c041b47f9fb38158c36d961d authored about 12 years ago
Better implementation of luma

8f1bc4badf84bffe22c3a3a4be929dc2bf5e2b13 authored about 12 years ago
Merge pull request #1147 from Synchro/hsv

HSV support for #1143

d36e485d11975b342b308eb4f07ffe0149dc115d authored about 12 years ago
HSV support for #1143

4d5c404dd9a2248a5ce50b5ef1b5492f3620cc23 authored about 12 years ago
Merge pull request #1145 from Synchro/master

Contrast percentage fix for #1144

783f5d895a733de4b74e669b84ab0d2bcd1a3c5e authored about 12 years ago
Fix contrast percentage handling, fixes #1144

3b293be8e23dc6921f9d64688951237173790621 authored about 12 years ago
Reversed the order of `extract`'s parameters, to match the precedence set

by other functions. Fixes #1119

80d9f387c04ae413a6c509d57ea7318c70434641 authored about 12 years ago
Fix #1122

1abb5dd4603a89c6cd8ce9b41c481c87432cb123 authored about 12 years ago
optional dependencies should be loaded in a try-catch so they are actually optional

3f9d01ac2f023b505184fbfb3a7588ce7ae94cc0 authored about 12 years ago
Update alpha 1.4.0

6308dc06bddd089006bf61f170e58ce9a4d44ad5 authored about 12 years ago
Fix missing , from previous commit

d4c84c3f95dc977fb8764a179f82b3189bc374b7 authored about 12 years ago
Optionally use mkdirp to ensure output destination directory exists. Fixes #1099

8d1eaa2ae8ba152e5aa283aa89343aa568dfc505 authored about 12 years ago
pow() function: more tests

11aba0ea457044eec71d216d7e7db3194f9ed7ff authored about 12 years ago
Added function pow() with tests

0ac95336f799590446f4b1e554df3b39de3eaf95 authored about 12 years ago
Added a new function - extract for extracting padding values from a variable

454a761e9c47bb565af06b54ea95956b1e2181c9 authored about 12 years ago
Support angle unit conversion. add trig functions. don't compress angle unit. add mod and abs. Fixes #858 and fixes #240

d5bb30b4db4a4fb4ea96c74a9082213a3b09e213 authored about 12 years ago
Add tests for compression. remove fullhex function - make colors not compress when used in strings.

703aa928fc81aad8c933f6ad893c4bb4a03a752a authored about 12 years ago
Fixed so compression can be disabled on specific color values and a issue with a previous commit.

30ee944a4ce3c4877c1f2307ae202e6936914d54 authored about 12 years ago
Fixed issue where the compress value wouldn't get passed around correctly.

432f89aaf4e2d3eb7221b262542d6ab2c08c0aa6 authored about 12 years ago
Added fullhex function to disable compression of color values in MS filter: values.

4e1e3ab9573862ea96f0f15bef0e1f219c526ec2 authored about 12 years ago
Added better compression for rules by removing the last semicolon.

c04ad3adc1b1530cc9df3efde12c7dea13f33d75 authored about 12 years ago
Added better compression for dimension values 0px -> 0 and 0.1 -> .1.

8fdec6ba943b44c6942e6d7f7adda7728658782a authored about 12 years ago
Added better compression for colors hex values #FFFFFF -> #FFF.

f3bb5949432e3f6de4adc7edcf51dede453f9b55 authored about 12 years ago
Fixed bug where a UTF8 BOM in the less files would break the rhino command line compressor.

8bde1635fe0c3fc2837f35abeb5adb2b972d06b5 authored about 12 years ago
nice error message if missing dependency

6ffee4b903eca8c066c5cd261e151c42a4ac3c7a authored about 12 years ago
support https and 301 redirects in imports. fixes #1103

70d610f87749589092c3f2f436c0483d9228a93a authored about 12 years ago
ignore .idea directory

8e41393be0a60b6a48456ad1d058c53a8f2b488e authored about 12 years ago
test production browser mode does not output log messages

8745ab442a9734745af2d630f11da4991dc75e91 authored about 12 years ago
Add a lint option to lessc

fb609901456f94b21ab63c5c2bad32bbb413baf2 authored about 12 years ago
Allow flexible naming for amd support (#933)

52e13a855a2a96b4ab6829a3839d7e4178344de7 authored about 12 years ago
move data-uri tests to url.less so they are not run in the browser. add browser tests. make function return url() in the browser

aa9c47b5da45994a2a3cc2f0b2ac7e5a428e1f96 authored about 12 years ago
make env available to functions. Fix the path for the data-uri function in the browser. Fixes #997

4c2d01a316d2c923c269728bbf474ff6a6e233ad authored about 12 years ago
guess the mimetype, and properly encode non-base64 uris

2394c0065ea65f9f583d1d474829ba0a8dd0cd29 authored about 12 years ago
throw an error if data-uri is used in the browser

and move require('fs') into the function, so other things
still work in the browser.

5b241fd3a75a33f9d0079ad196bede39742dc389 authored about 12 years ago
add a data-uri function

as described in a comment on #775

24e41081ef9b79b758254b8361bcfee3ba22f02b authored about 12 years ago
regenerate browser files

782d00972a71909b51f7dc1a67e0633358c542de authored about 12 years ago
Added the square root function.

d56e0a476d60cef1a520be9eaf9d8b276a53af8f authored about 12 years ago
Correct unit merge

d26159e5c6bb9f5f0f1c214bc4ba7efa16bfb59e authored about 12 years ago
Add additional test for nested selectors. Rebuild dist.

697515b56cb69f5483e1ff72c17c902c710171cd authored about 12 years ago
Rudimentary support for extend in selectors

97d0b0205b6e2050d4006d72634713ff8ccc404f authored about 12 years ago
Change extend format to :extend(.class); - part 1 - support for stand-alone &:extend(.class);

c1efcf4e570f8ed7426ce1c79f21a8f92fdaeafd authored about 12 years ago
Fix unit comparing after merge

4633f7cc4cdb8abb1c02f0f4224160a4bce41015 authored about 12 years ago
- Change the default behavior of "@import" to only import once.

- Add @import-multiple if for some insane reason you want multiple imports.
- Continue to support...

d9f929a0633ab59c77129cbb2947b02e30943d0b authored about 12 years ago
Fix merge errors/problems and change format to ++

ecc9b0606bae2c1978f8db5a92a19d2f2dd09716 authored about 12 years ago