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
cb8856fe6f228484b994caa4450af1a502b06791 authored over 12 years ago by Dustin Cass <[email protected]>
4821735ba242fb0c00b2afa2f144a85dff9c0e56 authored over 12 years ago by Dustin Cass <[email protected]>
Revert adding "transparent" as a color name
5974b9e15a7b0adb69b820aa659160ce8ec4b4a6 authored over 12 years ago by Sasha Sklar <[email protected]>b004c196573eca4093f9d758da37bf30dcaa43f2 authored over 12 years ago by Chris Coker <[email protected]>
Adding "dpi" as a valid dimensions for media queries
b235734a11f646252db8f0947fee406ce67cf904 authored over 12 years ago by Sasha Sklar <[email protected]>Added 'transparent' as a named color
8774a436f6cb1067ab835a96a4704d4ccc7abb71 authored over 12 years ago by Sasha Sklar <[email protected]>Fix for unnamed parameters test fail & failing test for import-once
fcc50ac8e81f950867402d2e2bb6328ed9cf532a authored over 12 years ago by Sasha Sklar <[email protected]>fixed issue #795
744ec154778899c5af417853ce1a88a9852b14ed authored over 12 years ago by Sasha Sklar <[email protected]>664a8d713ce130efa1120f31d2bd18db13ed33c3 authored over 12 years ago by John Reading <[email protected]>
b144fc59eb0cfdbc7f50b7fd08a02dcd3d3a533f authored over 12 years ago by John Reading <[email protected]>
94f70f71218c4b7f89e29d8a70893c8fea735534 authored over 12 years ago by comfuture <[email protected]>
f42de9bacd894c9d512aad1932ebf48c8f32f71b authored over 12 years ago by Pavel Shut <[email protected]>
Implemented named arguments
a2df119732b2b05c7cdfd228a245c4a17e15fcbc authored over 12 years ago by Alexis Sellier <[email protected]>
'''
.foo {
.bar & {
&:hover {
color: orange;
}
}
}
'''
now outputs
'''
.bar ...
1857b7c5aa92fd5c9454cb4507d688888cba7579 authored over 12 years ago by James Foster <[email protected]>
6333fddaa26a9e427a646d83edbe85d2e9ca3bb5 authored almost 13 years ago by Nicholas Clark <[email protected]>
cb789334233e377bd91a17d3118a0424ad167929 authored almost 13 years ago by cloudhead <[email protected]>
88915649179c879048677f6b8d213b4b2756f676 authored almost 13 years ago by cloudhead <[email protected]>
54e1a6ba291fe3ecc191bdc047662e24c6490d00 authored almost 13 years ago by Alexis Sellier <[email protected]>
3fb212d9c3d63bcb585bda88eb9ab66158b0b2b8 authored almost 13 years ago by Alexis Sellier <[email protected]>
67ed7dfcb3d7665df55492cc7593c45f72a9dfdd authored almost 13 years ago by Alexis Sellier <[email protected]>
98d513a9693b19b3c3f74e2688609b75c729fd5c authored almost 13 years ago by Alexis Sellier <[email protected]>
d955198c85fa511b93d76bb450b724158461997e authored almost 13 years ago by Alexis Sellier <[email protected]>
example:
@n: 1;
~".span@{n}" { ... }
mocha found a couple global variable leaks. Here's the fix.
8fde644ce779f50009e9df642e14b4eb99d24b02 authored almost 13 years ago by Alexis Sellier <[email protected]>6e57f91fd070bb394563b2d424c0396f0fa2e482 authored almost 13 years ago by Andrew Stone <[email protected]>
3e5a336f88db41a735068dc15b9e57cf54d3a837 authored almost 13 years ago by Alexis Sellier <[email protected]>
99c3cb4c2e9585aa846a6ee090b8430844ea6f46 authored almost 13 years ago by Alexis Sellier <[email protected]>
229856d51420279ce061f4bf622320e57c4b91a5 authored almost 13 years ago by Alexis Sellier <[email protected]>
.mixin (...) {} // matches any number of arguments
.mixin () {} // matches exactly ...
Add --strict-imports option to disable for perf
reasons.
`.mixin` & `.mixin()` had differing behaviours.
598b24910189c1ce3184cb80ecc64c843df453b8 authored almost 13 years ago by Alexis Sellier <[email protected]>5ccf1dafec6cd449954076a93cb40fd24c0fe388 authored almost 13 years ago by Alexis Sellier <[email protected]>
Conflicts:
test/css/media.css
test/less/media.less
Add @media bubbling/nesting/merging
2723c4ecdc6ad9e9c5a41446334a6bc2b5868dfb authored almost 13 years ago by Alexis Sellier <[email protected]>0086f1babb23b84c56542fdda0ea37a5f1e5443c authored almost 13 years ago by Marcel Jackwerth <[email protected]>
9403777f82d8e8c75a1a181db209cc27ad8d9c47 authored almost 13 years ago by Jeff Tougas <[email protected]>
9f9eeec2974c276f2731dc415d0b85a7629baae9 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
Fixed spelling error on benchmark/less-benchmark.js
ab5343098caabedcce85419efa46f9c4ffacd307 authored almost 13 years ago by Alexis Sellier <[email protected]>1ba622dd8dc8a44f072a9e5a89bf19986313d2cd authored almost 13 years ago by Marcel Jackwerth <[email protected]>
081c26dc9ad19f558abbe8b7955209eeeffcacc3 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
936ab7d52e2c4a3786e678e05cf62d258e28c470 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
80e8b42e9af7da6f6afdd4719e5cd92d41238207 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
53b67e79fe70ea958d3f7170018de006baaf234d authored almost 13 years ago by Marcel Jackwerth <[email protected]>
378ddef61f618603b54dbb76d534d982d1fecbe9 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
9fb9b557705e5234994a55b5ec33edb72d508457 authored almost 13 years ago by Marcel Jackwerth <[email protected]>
288248dc5a9fefb2048f1b3509a4f4d7fc700ccd authored almost 13 years ago by Marcel Jackwerth <[email protected]>
47e0ab96b62fc0eadd6c99ec68da51f4cfe738a5 authored almost 13 years ago by Kyle King <[email protected]>
d17a4614b63d9e383b030f0c6c6216a7c37822fa authored almost 13 years ago by Alexis Sellier <[email protected]>
83426e424d45dcadba30064d64825ec38b3a390b authored almost 13 years ago by Alexis Sellier <[email protected]>
Make parse error handler more robust
8864ac652c9752d1b545fa48467713d26cbe56cd authored almost 13 years ago by Alexis Sellier <[email protected]>Fix callback called two times
222f5e6b8a9598d82a353d10fd3c5ee655f5f6f9 authored almost 13 years ago by Alexis Sellier <[email protected]>Fixes #602
f69de479d43b588760ef8fdb6a01a141c018e630 authored almost 13 years ago by Alexis Sellier <[email protected]>0f1527c12d9c5505260f6eb8be8c4a005fbc520e authored almost 13 years ago by Alexis Sellier <[email protected]>
8e186400e0458ab6b6bed736ef7f33fd3d016f50 authored almost 13 years ago by Alexis Sellier <[email protected]>
acf65e0f5dfcddd9e6e6161818e980233d53c7ef authored almost 13 years ago by Trey Shugart <[email protected]>
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]>557177c76dc800c1e3e26917f377f97b0d67dba2 authored almost 13 years ago by Alexis Sellier <[email protected]>
e58238bd17f77127ab862d991b8ec18de740ffc4 authored almost 13 years ago by hokaccha <[email protected]>
c56ab0ad4a13ed6e2cd26a7357a180179840dc55 authored almost 13 years ago by Alexis Sellier <[email protected]>
newline all selectors whose combined length is greater than 25 chars
5c52f4579c15cc0add7ab183b19442d14ba6d4c7 authored almost 13 years ago by Alexis Sellier <[email protected]>75419077d774d93b84edf90a7efbe4abd4373c97 authored almost 13 years ago by Jacob Thornton <[email protected]>
bb5f0386156d5553e484dd2ca9ea6d61d7c355d1 authored almost 13 years ago by Alexis Sellier <[email protected]>
CommonJS/AMD module support
90013bcc97839e35b1cdc349782ae9dc4f866808 authored almost 13 years ago by Alexis Sellier <[email protected]>ad12a982d58e7b06c8e87c97917bb96b29876432 authored almost 13 years ago by Alexis Sellier <[email protected]>
031006daf3189ea77979a4bcb20ba68de09b3e82 authored almost 13 years ago by Alexis Sellier <[email protected]>
Improve Windows path support in lessc
62ce2e0e568df55689122723817894176fd5094f authored almost 13 years ago by Alexis Sellier <[email protected]>72f7fa6077155caf31aa71a550bcb7c52e926630 authored almost 13 years ago by Alexis Sellier <[email protected]>
38f0d90393e8bf9bf9b190ce7af539fd734fc41d authored almost 13 years ago by Alexis Sellier <[email protected]>
e618119e03d23da9f155697a8905e94ac9ea3fa8 authored almost 13 years ago by Alexis Sellier <[email protected]>
e8ac71c5b09fec064bd37f4dcd722c9e009d7b57 authored almost 13 years ago by Alexis Sellier <[email protected]>
469f56843d8509aca43d10c2f3bdab40293e09e5 authored almost 13 years ago by Alexis Sellier <[email protected]>
6fe4c1f092cc108469f5c7d4deab313b7775923d authored almost 13 years ago by Alexis Sellier <[email protected]>
b9dbfc08a4393981cb12734218287de50491e699 authored almost 13 years ago by Alexis Sellier <[email protected]>
b5dd30f4d4890bb39657c01af320e8da4553c909 authored almost 13 years ago by Alexis Sellier <[email protected]>
9c344ba5a149d987833899707f0c0395d6e707ac authored almost 13 years ago by Alexis Sellier <[email protected]>
aefd31051476ccac82ec581ab8ac80ed6c2c5575 authored almost 13 years ago by Alexis Sellier <[email protected]>
2cc1b018fef08f73cb64e4b4be07bfc5a921c08e authored almost 13 years ago by Alexis Sellier <[email protected]>
7eb079dcdf09e3006b86a6eb3c9b9861a5ed7fcc authored almost 13 years ago by Alexis Sellier <[email protected]>
4cb962c5cd1352c2f9c4a2e93df80cf4d40f8e49 authored almost 13 years ago by Alexis Sellier <[email protected]>
Fix for issue #466
6196a225cba0f9e8c6606a0776876757f5e139e9 authored almost 13 years ago by Alexis Sellier <[email protected]>e90fbdfd42b1b6ac2d6f12f7b55eecc9d50d9a18 authored about 13 years ago by Ken McHugh <[email protected]>
39f277f7267c0b36f2e82a02728dfcf139ec8d15 authored about 13 years ago by Ken McHugh <[email protected]>
dc1c6c455590d664dc94f2cc68af21249d2240db authored about 13 years ago by Alexis Sellier <[email protected]>
6d4516e6fcc6a84cbaf5db9e5753d05787a28937 authored about 13 years ago by Alexis Sellier <[email protected]>
a067df6e192ec0104274d970651773966e29a406 authored about 13 years ago by Alexis Sellier <[email protected]>
48db59ec8238d3d66f829aeba1961f7f9913684f authored about 13 years ago by Alexis Sellier <[email protected]>
e69433b8d173843c47640ce4bdb3300bf52aec83 authored about 13 years ago by Alexis Sellier <[email protected]>
66833352fd67a790e847f173eab56f02a3ea5871 authored about 13 years ago by Alexis Sellier <[email protected]>
ex: `.mixin(4) !important;`
aab66a4d10e38a4d92c003ecb5ef03b9ff3067cc authored about 13 years ago by Alexis Sellier <[email protected]>1078c8b3d2c7d3f06729f6a0a7c1d130c22b68d8 authored about 13 years ago by Alexis Sellier <[email protected]>
7dd31ff654b3e26724213435c18a4e0a0dff1dbb authored about 13 years ago by Alexis Sellier <[email protected]>
d8441445a506336d9c4229aa5b4d3a5ef202bbf7 authored about 13 years ago by Alexis Sellier <[email protected]>
a40a9ee4db5ccc09abf35343a0673070d50c71ba authored about 13 years ago by Alexis Sellier <[email protected]>
b43d442d5523624b926a878ced280de8a4628b5a authored about 13 years ago by Alexis Sellier <[email protected]>
2844e03c5bf1665e4611edb78a87b91a933aabd1 authored about 13 years ago by Alexis Sellier <[email protected]>
is-string, is-keyword, is-color, is-number
5ec708c3f4674e6e3cfec28bb4f733a8a0e69b9a authored about 13 years ago by Alexis Sellier <[email protected]>77c8df029b7b8745c88f80ae38c70899e3b5a5ef authored about 13 years ago by Alexis Sellier <[email protected]>
7a716979653e5437344b37a537153b409927665f authored about 13 years ago by Alexis Sellier <[email protected]>
- add a LessError class
- add an expect() function
- add an error() function