Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

stylus

Expressive, robust, feature-rich CSS language built for nodejs
Collective - Host: opensource - https://opencollective.com/stylus - Website: https://stylus-lang.com - Code: https://github.com/stylus/stylus

Merge branch 'pr/1287' into rc-0.42

* pr/1287:
Add test to assert require of index.styl files work in every supported way
Fix pr...

github.com/stylus/stylus - c8652a429f7edc0db9b2572987396f516cefae94 authored about 11 years ago
Merge branch 'pr/1285' into rc-0.42

* pr/1285:
Function call inside block mixin is not saved on the `block` variable pass. Fixes #...

github.com/stylus/stylus - 7ccb4cf515848d0bf8e04ed8977fe295b1592b73 authored about 11 years ago
Fixed test for #1279 after merge

github.com/stylus/stylus - b0f2cbc290aa8ae77b010fb535ef6fd72c3017cc authored about 11 years ago
Merge branch 'pr/1279' into rc-0.42

* pr/1279:
`selector()` should accept string with selector reference. Fixes #1261
`selector(...

github.com/stylus/stylus - d31866be2630aefb09e37ae1a6e31c4682c176e3 authored about 11 years ago
Use `css-parse` instead of `CSSOM` for converting CSS -> Stylus. Added tests for converter

github.com/stylus/stylus - 7741c4854b654c08a93a30354eac58bcf4ec524f authored about 11 years ago
Implement file globbing. Updated with 0.41.3

github.com/stylus/stylus - 0653c801c144d6ce6b129446e9a13b4aeab3231d authored about 11 years ago
Bug with if and color in array check. Fixes #1300

github.com/stylus/stylus - 6109c50140d90fb6b9d6629bfe35f590b0784340 authored about 11 years ago
Hashes and lists support

github.com/stylus/stylus - 62c25265fb1bc606a3bb660787cf7fed261a8b52 authored about 11 years ago
Hashes and lists support

github.com/stylus/stylus - 44e03cfae6f849a604b85c38f81c0c43f2b793aa authored about 11 years ago
Passing options to plugins in `use`. Fixes #1295

github.com/stylus/stylus - 7ea3b084027008f1290ba734746cbdf88b74fe21 authored about 11 years ago
Small refactoring

github.com/stylus/stylus - de348a84063950b72e179058df5500850629d863 authored about 11 years ago
Allow assign for braceless blocks

github.com/stylus/stylus - b42b9aad170199ec3a387fd000fb049bb32f19fe authored about 11 years ago
Update comment

github.com/stylus/stylus - 87ed312bac289a93c791c1e350c25c4301f0b056 authored about 11 years ago
Add test with @block as an argument in function

github.com/stylus/stylus - 56303af634a63fadef3d00126074baa351c5ce5c authored about 11 years ago
Allow @block{ (no space between @block and curly brace)

github.com/stylus/stylus - faca914b0606918bed27ccbc0db9c71a18fc8177 authored about 11 years ago
Bug with list of color keywords as default argument. Fixes #1292

github.com/stylus/stylus - 25f47f0c91cbe6156c9b680e62f351130899c2b4 authored about 11 years ago
@block draft implementation

github.com/stylus/stylus - c22d0885c867cb7d3ec8c14b8464ae1150ef182e authored about 11 years ago
@block draft implementation

github.com/stylus/stylus - 65dde66efa21e28c0cd770d875f1913e7d07decd authored about 11 years ago
broken @media queries in logic blocks. Fixes #1288

github.com/stylus/stylus - 10d908c6d0cc7e7e4d1137e9f4d45a7b947bb318 authored about 11 years ago
Add test to assert require of index.styl files work in every supported way

github.com/stylus/stylus - eb744f28d91b1971aa8fce84b276933accb719af authored about 11 years ago
Fix previous test

github.com/stylus/stylus - 18a262599afad4c36e662a3ac1b7f166837a2c69 authored about 11 years ago
Add test to ensure imported css files are not imported twice even when not using --include-css

github.com/stylus/stylus - ebd7f7ca610d1d5aa0c22c3110c8153f8f4b96ef authored about 11 years ago
Removes Require node and add 'once' parameter to Import

github.com/stylus/stylus - eb9df89a12dca7d5d50574b33bf21dd246f486f9 authored about 11 years ago
Add more tests and refactors previous require test

github.com/stylus/stylus - 247fe7da4b0b9ec9a8fb29e0566be92229d9fece authored about 11 years ago
Fix coding style and other issues pointed at #1239

github.com/stylus/stylus - ed3ca348bd30e6bc7caa147fd4c1cdd8ec42b8c4 authored about 11 years ago
Draft implementation of @require functionality as defined in LearnBoost/stylus#1239

- Add a Require node
- Add the node to lib/nodes/index.js exports
- Add a visitRequire method to...

github.com/stylus/stylus - ae698e6996dbb0f5fc440d79b60af06a059091d9 authored about 11 years ago
Function call inside block mixin is not saved on the `block` variable pass. Fixes #1284

github.com/stylus/stylus - c5b643eab655aad2d27afcf54d47c36865153302 authored about 11 years ago
`selector()` should accept string with selector reference. Fixes #1261

github.com/stylus/stylus - f53a2b0ac597f01935d2f3bcca5c074f3ccedb9e authored about 11 years ago
`selector()` should accept string with selector reference. Fixes #1261

github.com/stylus/stylus - 81d06d55a4f9de22320c8337f662bff38fa1dd96 authored about 11 years ago
Regression for `selector` in 0.40.1. Fixes #1277

github.com/stylus/stylus - 98c3d1282413e284f0c440450ffd1ca6b884f321 authored about 11 years ago
Merge branch 'pr/1276'

* pr/1276:
if...else if...else is broken. Fixes #1275

github.com/stylus/stylus - 04e474b27d617a2d3533eb2278ae54b3944a215f authored about 11 years ago
Merge branch 'pr/1274'

* pr/1274:
@extend fails in blocks. Fixes #1272

github.com/stylus/stylus - 28ce37e7cd4dab2631de7ad357b151efc859584e authored about 11 years ago
if...else if...else is broken. Fixes #1275

github.com/stylus/stylus - ea21fbda6ba60e3354d7c6f86da31c825cbf5bbc authored about 11 years ago
@extend fails in blocks. Fixes #1272

github.com/stylus/stylus - d9c99aa4c0501b233c763a459c3d52570bf16965 authored about 11 years ago
Property lookup fails in blocks. Fixes #1271

github.com/stylus/stylus - 75b17ffb740b35365386a4553acfab494b43756f authored about 11 years ago
History up

github.com/stylus/stylus - 2845f936d8599e98cf5bdd566d4d9d42942b3d39 authored about 11 years ago
Merge branch 'pr/1268'

* pr/1268:
Conditional in @font-face compiles to malformed CSS. Fixes #1217

Conflicts:
test/...

github.com/stylus/stylus - fc4a522d04d1f9f38983f76698d63f0e39b8acec authored about 11 years ago
History up

github.com/stylus/stylus - db162e2742fe588f5ddd717df34f6ea5e2839cc4 authored about 11 years ago
Merge branch 'pr/1259'

* pr/1259:
Selector() interpolation. Fixes #1258
Selector() interpolation. Fixes #1258

github.com/stylus/stylus - 8fcc79c351157d844dcb64fec9460f9f2b86f4b2 authored about 11 years ago
Merge branch 'pr/1263'

* pr/1263:
url() function should preserve hashes after base64 conversion.

github.com/stylus/stylus - b8dbfa4120c927b82a8c7f3904758884fd12d918 authored about 11 years ago
Conditional in @font-face compiles to malformed CSS. Fixes #1217

github.com/stylus/stylus - 7fc630318afcbb28851c76637b98fed49e2bd83f authored about 11 years ago
Local variable cannot be accessed inside conditional which is inside a selector. Fixes #1265

github.com/stylus/stylus - d16e449ced5e6c98a32944d9787a272eceb3eb2a authored about 11 years ago
Selector() interpolation. Fixes #1258

github.com/stylus/stylus - 93e5826e0437e9d74898e85e17164961ff3596a3 authored about 11 years ago
url() function should preserve hashes after base64 conversion.

github.com/stylus/stylus - 847f5561f95cf910e05780c473f94559d463d568 authored about 11 years ago
Selector() interpolation. Fixes #1258

github.com/stylus/stylus - 65b0ee8014280f5bfaa67a30e952f84e3fa6a4d9 authored about 11 years ago
Improved readability in docs describing block mixins

github.com/stylus/stylus - b51728b90a1d62e49f2b858d8f84ada8477d79d3 authored about 11 years ago
Docs for 0.41.0 features

github.com/stylus/stylus - eb2efbf82f2b949f336ccf0a53ba207790a61d42 authored about 11 years ago
small optimization

Conflicts:
lib/visitor/evaluator.js

github.com/stylus/stylus - 5f87adff9b028b60d0cdcc2a27a19f901133cda7 authored about 11 years ago
History up

github.com/stylus/stylus - ec1a25cfe562018de153746811d5244357ef026c authored about 11 years ago
`selector` bif in root context should return `&`

github.com/stylus/stylus - 5b108ecf7c20ba91cf68e5bbc57644dfa804494e authored about 11 years ago
Merge branch 'pr/1249' into rc-0.41

* pr/1249:
Group selectors support + refactoring
`selector` BIF

Conflicts:
lib/visitor/com...

github.com/stylus/stylus - d103d95d630796727eb2f1fb085fa0fdd39ea3e3 authored about 11 years ago
Group selectors support + refactoring

github.com/stylus/stylus - 507fed5a90c1b50a69dcc35db4913aa4c50ea70f authored about 11 years ago
`selector` BIF

github.com/stylus/stylus - a5d7c2942682de605933d3e4ffb38c3691aba58c authored about 11 years ago
Fixed parent reference in root context from returning `&`

github.com/stylus/stylus - bc190343896e584715a457d09ddf18e9dcf0105e authored about 11 years ago
Merge branch 'pr/1223' into rc-0.41

* pr/1223:
Overrides the `block` argument when function called with the block mixin
fixed bu...

github.com/stylus/stylus - f666eb32e54c488c36663a681a90cae466d5eb33 authored about 11 years ago
History up

github.com/stylus/stylus - 17ed70562f1bcecfeb307bed3dd79bf9ce5d936c authored about 11 years ago
Merge branch 'pr/1248' into rc-0.41

* pr/1248:
Regression start in 0.40.1 : expected "indent", got "return". Fixes #1247

github.com/stylus/stylus - 277c7355fd981fc57adb209b8ee58539a57b2ce6 authored about 11 years ago
Merge branch 'pr/1237' into rc-0.41

* pr/1237:
Attribute only selectors must have comma operators
Attribute only selectors must ...

github.com/stylus/stylus - d906840fa68813ded5a5621907b636bdae1dad6a authored about 11 years ago
Merge branch 'pr/1236' into rc-0.41

* pr/1236:
Complex hested tag .class selectors fail. Fixes #1234

Conflicts:
test/cases/selec...

github.com/stylus/stylus - 640791384b64cf8f460fc958e715e67b0f87bdb2 authored about 11 years ago
Merge branch 'pr/1230' into rc-0.41

* pr/1230:
Lost img selector in nested selectors. Fixes #1226

github.com/stylus/stylus - 3f620879453c9ec3ff97dea2ebb9500e1c1fd1a8 authored about 11 years ago
Regression start in 0.40.1 : expected "indent", got "return". Fixes #1247

github.com/stylus/stylus - 426d29e059a2910813e473bb91b140a779f589d3 authored about 11 years ago
Attribute only selectors must have comma operators

github.com/stylus/stylus - ad88a9af2a7cfd27ecec0aa16abd956088dac6e4 authored about 11 years ago
Attribute only selectors must have comma operators

github.com/stylus/stylus - eed7e06e53def16a585c741f19babc2221a41d55 authored about 11 years ago
Attribute only selectors must have comma operators

github.com/stylus/stylus - c8bbb8cc6a68e2a15756a1d6061022b962316d2f authored about 11 years ago
Overrides the `block` argument when function called with the block mixin

github.com/stylus/stylus - b48d8df1ad4134e58f12ef93472cfda3e38ea619 authored about 11 years ago
Attribute only selectors must have comma operators

github.com/stylus/stylus - 3eb97f8c75d875813680f75f9170fabe9d47a705 authored about 11 years ago
Complex hested tag .class selectors fail. Fixes #1234

github.com/stylus/stylus - 49b1673742ea31f13c832de0909904687c02776d authored about 11 years ago
fixed bug with double writing media blocks

github.com/stylus/stylus - 1ed44a813a3cbbb55e35bc5a946afec8c8f5d38a authored about 11 years ago
Functions block mixin

github.com/stylus/stylus - 92d4d7c5b87e67bbbb3808952b00450d021b3150 authored about 11 years ago
Merge pull request #1229 from mquandalle/patch-1

Update Readme.md

github.com/stylus/stylus - 079b827dce09515b10a23bd0570baf6eb9ccd2f9 authored about 11 years ago
@charset support

github.com/stylus/stylus - c59962b6e5eb7a33a4d4ddb1e3a1701bffd35c2f authored about 11 years ago
Fixed bug with multiple values

github.com/stylus/stylus - f732f23394c42bb987cc0495f5b6b49332fa49fd authored about 11 years ago
Lost img selector in nested selectors. Fixes #1226

github.com/stylus/stylus - 983d2be1f40ec0f27c4e4dc7e86e93486ac91771 authored about 11 years ago
Update Readme.md

Add Meteor to the list of frameworks supporting stylus.

github.com/stylus/stylus - 28352e2693111b48736d8c4d0835316c1aa51ec4 authored about 11 years ago
Move changes from #1221 to gh-pages

github.com/stylus/stylus - 90408414a25898e3ffbb3e8f0c5be410861ba214 authored about 11 years ago
Merge pull request #1221 from tomByrer/patch-1

+ Connect URL

github.com/stylus/stylus - a76d087a2a82e7344e954d7f997d0e2e15ef3328 authored about 11 years ago
complex test case

github.com/stylus/stylus - 194666bad76ba5112d0c1a5de57500283480186a authored about 11 years ago
space after selector

github.com/stylus/stylus - d99b21781de414920c8eea8703514cac67466212 authored about 11 years ago
Object mixin

github.com/stylus/stylus - 84816ba91bdf2646f2eac9fe0597a23440377a45 authored about 11 years ago
+ Connect URL

I didn't know what Connect you were talking about, until you linked it at [nib](http://visionmed...

github.com/stylus/stylus - 5db7a6e7f38c722e2cd854a0a98a6f01b92f287c authored about 11 years ago
Object mixin. Fixes #1202

github.com/stylus/stylus - f21c37d65471d5140460bb469c900ec9c3773810 authored about 11 years ago
Merge branch 'pr/1218'

* pr/1218:
Correct name of MDN in --help documentation

github.com/stylus/stylus - 75ee4c8354d375d195c7adb0c680873ba65ea67c authored about 11 years ago
Merge branch 'pr/1211'

* pr/1211:
Add unit test
Make current-property available in function evaluation context

github.com/stylus/stylus - 157b2bbabfaea13d977bbcbfabb41ba7dc653338 authored about 11 years ago
Correct name of MDN in --help documentation

The site was formerly called the Mozilla Developer Center (MDC) but now
goes by Mozilla Develope...

github.com/stylus/stylus - 3a2f6fc2141cea771b9d9e078113f1d54532bfbc authored about 11 years ago
Fixes #1214. Regression: for...in trips on curly braces

github.com/stylus/stylus - b27829e0d987655c53ec129844a8e9d4e1e23eae authored about 11 years ago
Correct iteration example in hash documentation

github.com/stylus/stylus - fb1b9ba29237fdc8b063db89b857512e890d8262 authored about 11 years ago
Add unit test

github.com/stylus/stylus - b3c0e1d5ba63a6915a0d0e5b8932f7586780f686 authored about 11 years ago
Make current-property available in function evaluation context

github.com/stylus/stylus - e163b0c6c281c963615d50bc220cbcd3c6dc6294 authored about 11 years ago
Fixes #1206. v0.40.1 bad compilation for styles with invalid colors

github.com/stylus/stylus - 08369ff27b14c6a85992e36b258c79a6a23db785 authored about 11 years ago
Fixes #1206. v0.40.1 bad compilation for styles with invalid colors

github.com/stylus/stylus - 4174bdceff627ccd130b42c80dbe6c59b110e074 authored about 11 years ago
History up

github.com/stylus/stylus - abec7cc282c37e00fd7a05d49f7de71147155dbd authored about 11 years ago
Merge branch 'pr/1201' into rc-0.40.1

* pr/1201:
Support assign to hashes using dot. Fixes #1168
Support assign to hashes using do...

github.com/stylus/stylus - 62c98914c466f142c4b4df87c985ac2cd840b4e0 authored about 11 years ago
Merge branch 'pr/1192' into rc-0.40.1

* pr/1192:
Fixes #1191. Imports in functions

github.com/stylus/stylus - b73789911d08a6832388a385d0e5d79e60ff8369 authored about 11 years ago