Ecosyste.ms: OpenCollective

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

github.com/stylus/stylus

Expressive, robust, feature-rich CSS language built for nodejs
https://github.com/stylus/stylus

tweak error msg

8c30120df18fc62c6b66dbd5ec34a960f1c22aeb authored about 13 years ago
Release 0.19.5

aa0b66d2b275cb9fc23d53ecf324fd1e98c26dab authored about 13 years ago
revert noop visitor methods

a27555504d23ed45f03a74498bb8b032b1c0d9f3 authored about 13 years ago
Release 0.19.4

0b9d962486cb50107458317f571da07545836b9f authored about 13 years ago
Fixed css-style @page support

c5f38d20c16b8a00d657acfcbad32fd1f79c037d authored about 13 years ago
Fixed @page evaluation

2c37bfdd4733726ae5d54418234f2fa6d6fab2e7 authored about 13 years ago
explicitly noop visitor methods

44baeea4a17168221eb40b0ac8e950e21abb1b55 authored about 13 years ago
added tests for previous commit

34abe66403b915da5dc98811c89c3209ca1aef71 authored about 13 years ago
Fix font-face bug Now any code and interpolation works under it

c9407be97aff8d0c3a70b59c9b721822c15665ee authored about 13 years ago
OCD

a41abb3ae849e79790afe4c0c822e85e7c9d2dbb authored about 13 years ago
Release 0.19.3

c43a183f9ce8c613ed352279f7fab0b41a3f4712 authored about 13 years ago
Fixed tab support. Closes #460

IMO we should translate tabs to spaces, though
that has some issues of its own

ec1d32d7e7ef9fd4657d2eb5273a4ee9ef6b00a2 authored about 13 years ago
Added "include css" setting (need docs). Closes #448

disabled by default

150b9c86b05a48880096a3fca6abd124d2e3c346 authored about 13 years ago
Added EOL escape. Related to #195

b6ba8501af461fb5e6136723c76dbec0b37931fa authored about 13 years ago
Release 0.19.2

bf11cd027e98fcb04b940545f14e670b3bc4e386 authored about 13 years ago
Fixed "in" within selectors. Closes #458

due to #n support for colors

fad16c0ac2b282d7c6e1fe9dae93d0f8e92535be authored about 13 years ago
Release 0.19.1

d3a963ecc5002fdfde82493eeba4544e46877571 authored about 13 years ago
refactored spin()

2a87f7d4b2dd4147c865b0bde4af9245d669a0bf authored about 13 years ago
Merge branch 'integration'

bf903d42870aa3296278ed25c12834f0f92a927b authored about 13 years ago
merged

0e7b53b9d27b7d935717ec718904df8ac770e57d authored about 13 years ago
Removed "sys" require()s for 0.6.x

cd732e9943ea22dcfba6ae4da25c667179301e9b authored about 13 years ago
Addes LESS-inspired 'spin' method.

93637d137950335e921b1dcfbe50144a941403dc authored about 13 years ago
Fixed sibling property lookup bug. Closes #452

75ea6ea171e9440f14aa918af9b00d6812da8e97 authored about 13 years ago
Fixed: retain original quote for strings

4a54f09c7f7b95845501ff60c104e9b6ddf1b95c authored over 13 years ago
html

c4bdfcf5ba82765f792cf98a20fb076f5049a88a authored over 13 years ago
updated docs

32dd05ef403dd51740e213d17d0b5cd99315a9ea authored over 13 years ago
Release 0.19.0

3707641b60e5616c9b54a1a3e101c80d531c9001 authored over 13 years ago
Added property lookup bubbling support. Closes #446

pure awesomeness

b96821f4e136707b298e71e1b633035df9e52309 authored over 13 years ago
Release 0.18.1

8fd83bd710eec1ec7bb35d8c03885ed90ddb2749 authored over 13 years ago
Merge branch 'feature/0.5.x'

f26287672f5298a2f19b71e846da0f4046775208 authored over 13 years ago
node > 0.4.x < 0.7.0

d86eb0a961f5acfa2899a20de8ad079180cd9383 authored over 13 years ago
Allow function execution within @imports

e5ec41c6fa34712ec8c974f0bb860e2e9c6e626d authored over 13 years ago
Fix url plugin execution

Partial revet of d2f838a732a6538384b2c3f676e7193f926858ba

b31c2ef9cee7fc55d84c2139f294371a18079530 authored over 13 years ago
Add url plugin to all unit tests

c645f52c503199ef6fe5df400de00bf92a878743 authored over 13 years ago
Added "indent spaces" setting. Closes #445

2b12f7e64f73d9697cff4d45a6f410f416057fef authored over 13 years ago
typo

0de8a59dc7fe97aff43c3490b604ac623bab8c14 authored over 13 years ago
Release 0.18.0

b7f50a150393ff1cfc04f2935de93397d866d22b authored over 13 years ago
Fixed property rendering in blocks. Closes #440

7dde0444315bb133ed1069c6ccfeb129dde1886f authored over 13 years ago
fixed Property#toString()

424775bd69c97865f22d47e2ae5a11269009be9f authored over 13 years ago
docs for previous commit

f0ffffc32e3f4d113121b925d5fe0c35e759ad55 authored over 13 years ago
Added casting to . Closes #433

ex:

.define('string', 'some string')
.define('number', 15.5)
.define('some-bool', true)
...

d2f838a732a6538384b2c3f676e7193f926858ba authored over 13 years ago
refactored #n and #nn implementation

5ffc4baebf5b9c4e7026fed77d7eed452bd1fdf3 authored over 13 years ago
Merge branch 'master' of github.com:LearnBoost/stylus

f3fa4ceb3bf7ee0f6bbfdc534bc9543292a3ea39 authored over 13 years ago
test for previous commits

2bab9d0ea63953f1e760898d2d5607fd219f7ec8 authored over 13 years ago
Added #n support (#e -> #eeeeee). Closes #430

c0e0bf18feb4cb7a833c4586a4f510c8d655268a authored over 13 years ago
Added #nn support (#ef -> #efefef)

509b6320c620daec021b118983c4612831f72c6a authored over 13 years ago
Merge pull request #428 from walmartlabs/compiler-export

Export Compiler for plugin use

88702b379724a22f078f8a2ee3a8f90511d4c719 authored over 13 years ago
Export Compiler for plugin use

26d1e59c9004e8398329129bdee10a391b43b86d authored over 13 years ago
Merge pull request #423 from JosephPecoraro/master

Fix Issue 422 - rgb percentage values do not work correctly

87f67678b3ddeb79290829a123a657d9dde0a4e4 authored over 13 years ago
Added support for rgb percentages.

cfab7b07664cc73d5e9b39a845c6388341a69873 authored over 13 years ago
nib links

01141deba22df8e3a28d0809e4910cbd0c39cd72 authored over 13 years ago
added css syntax example to readme

b84e3950c3f52455ff86025f500e862c05fe8ef3 authored over 13 years ago
link to /try

df5933af1de7ac5b75598241be8acaf7b5d4c111 authored over 13 years ago
Release 0.17.0

a7ee02ce3e0d0b967eea6e39a2ca8ab744873603 authored over 13 years ago
updated html

300645ee465d8d8d712a7d2854b654494c2b69d0 authored over 13 years ago
updated docs

1fbba763217c5c5d43dc1bd54ef5f2998be0178c authored over 13 years ago
Added @scope <selector> feature to scope all subsequent selectors

this is per-file, so imports are not affected, also if desired you
can use it several time in th...

f48a04b5b37cc77c58c2d450e00eddf185eec1f2 authored over 13 years ago
docs

825eb77655fe5b94c8f17df9b11955d129af9738 authored over 13 years ago
Added list equality to the != operator

a603eacfdf5c4adadcf20f329011fb66906b0cd3 authored over 13 years ago
Added list equality to the == operator

0668ba6589c16746f92cf85028c71265c1956b2b authored over 13 years ago
Changed: ! coerces expression not the first value

36cc09c2eab766cd9e73742038a65bc317fd68fc authored over 13 years ago
Fixed Ternary boolean coercion. Closes #420

this commit makes ?: behave more like javascript,
where a list with falsey values results in false

8c3990f0fc116324d553c9458a83b4990be0372f authored over 13 years ago
Fixed @font-face @import regression. Closes #418

ebe6d8f1933633c85430d32e5b01868698c00acf authored over 13 years ago
bump

f459e9163942145a275e142aa5e995ae51955cab authored over 13 years ago
Release 0.16.0

82b92e8ea19ac92210edddea134bfcebe2f05674 authored over 13 years ago
Merge branch 'master' of github.com:LearnBoost/stylus

b760e1d23ebe32188feeec2853fb3ced1363f3af authored over 13 years ago
Added mkdir -p support to the middleware

prevents annoying errors
when the dest dir is not
available.

3cb18d0869d1cd5467193034d590e7e3534a4249 authored over 13 years ago
Added mkdirp dep

28181be79621c3e70a0b1a8af220e85da7bf3d5d authored over 13 years ago
Merge pull request #416 from LearnBoost/issue-415

Issue 415

70c3783e2a66c2b7c81227f704cc038c600cdc5c authored over 13 years ago
Added regression test case for 415

27bc470caa8ea5983862e64e8e99bc09e911c3f2 authored over 13 years ago
Ignore comments right after media declaration.

7783f8bf63fbedc8f5f45c97ae826f52f2c2b6c6 authored over 13 years ago
Merge pull request #405 from zzen/patch-2

fixed: Output from --help in stylus executable cut-off half way through

8f986e2b57e3e1158eadd31bafbb4e1de8ce1236 authored over 13 years ago
fixed: Output from --help in stylus executable cut-off half way through

df7efcc5405fa521f16bebed2d8653a3698f4fda authored over 13 years ago
Added `@import url(string)` support. Closes #352

b11801ea1f7e19dd924bf4ee8dbfc4b261d4da7a authored over 13 years ago
Added fade-in() and fade-out() BIFs

ee74e016829533ac5540c8df9d8acc8766f48776 authored over 13 years ago
Merge branch 'master' of github.com:LearnBoost/stylus

04899e9a58e354077c507d53bb44d7505cde6f01 authored over 13 years ago
Changed: treat -/+ operations with percentages as lighten()/darken(). Closes #401

625ecd9512ffbfaea4b28e1ae2d2261fcbc7991e authored over 13 years ago
Merge pull request #404 from nimbupani/master

Adding all vendor prefixes for default vendors list.

8c3b8257b7d808c1c416c830b64f81f5632bd48d authored over 13 years ago
Adding prefixes for Opera and IE

98a51b505a522abc0b8d04670d5e3a3c0442b47f authored over 13 years ago
Release 0.15.4

654e1e3425ba21d76b0c4a77a183b2d214c3eea6 authored over 13 years ago
Fixed `String#coerce()` for Expressions

ex: "" + (1 2 3)

now evaluates to "1 2 3"

4804b900cf017e0076607606a6c1b43e5764903b authored over 13 years ago
Release 0.15.3

7b8532e2c1b4c9d4a2d45f8480906af000d2807d authored over 13 years ago
Fixed @charset semi-colon. Closes #400

729049a27ed598afe8825a399947c147c4bf4f80 authored over 13 years ago
--use-url -> --inline

7cc98eba26e530cf0181cc95cf0d54e9c64f18b8 authored over 13 years ago
--url -> url

f12f0ed719b50d304a79ce20dccf1b274dad8fdc authored over 13 years ago
eval for --with options

json is really annoying for this stuff

32e044e4ec1c941be26189590caa695d989e44d0 authored over 13 years ago
clean up merge a bit

67f775eb532dbe3b7afa7d228c63042476b1e391 authored over 13 years ago
Merge branch 'master' of github.com:LearnBoost/stylus

6f647954a5db95f1e2d1d76407ce41c04ad97600 authored over 13 years ago
Merge pull request #398 from yuchi/1b530b086e6befb450be0492e95222bacbbc4cc8

Added `--use <path> --with <options>` and `--with-url` (or `-U`) in stylus executable.

1b5e96b9192f503237ed782b13f5884ed2313a40 authored over 13 years ago
Added `-U / --use--url` and `--use --url` to use the optional function `stylus.url`

1b530b086e6befb450be0492e95222bacbbc4cc8 authored over 13 years ago
Added ability (to executable) to accept options for plugins

589e300b89436408af5870e77fd6869c7488fe3d authored over 13 years ago
Fixed subtle bug introduced by closing paren fix

362f548bb4cad99b3d2db382133ce0a528c0e7b7 authored over 13 years ago
Fixed infinite loop in `Parser#function()`. Closes #393

98a96b708de6ec0fa0bfbf47efd249d19750640c authored over 13 years ago
Added `rem` support. Closes #395

559caf9b19e04d5c5d3f06836db6676cb50fe564 authored over 13 years ago
Merge branch 'fix-380'

86b1c26d3e2b688892d62ee672ae13929932d0ac authored over 13 years ago
added a test

64bf4da81bc2dbfa6c89a86159909605199d9173 authored over 13 years ago
fix

51ad4204c376ccb56fcc0cdfb0897b48ecc1fdc3 authored over 13 years ago
Release 0.15.2

8bce8f848d3fbbcad0646caa5476bf5bd48db6fc authored over 13 years ago
Fixed css @import within blocks regression. Closes #388

893e35f284a4e41f68f8c4e05fb249dc4273ab38 authored over 13 years ago
docs

c7d2e565d9f183c6fb9805f8a0c3d37ec1dbd5b4 authored over 13 years ago