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

Added `--deps` flag to list the dependencies of the compiled file

github.com/stylus/stylus - daea761415d636895cf9749d1f2fbc6e68e1de85 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Fixed missing semicolon

github.com/stylus/stylus - 1d8ef23f115b1f59ef4d97c637f284fae0f8b4b1 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Move heavy functions to JS

github.com/stylus/stylus - 2f78ff9b122177ebd3b5185c73a6f239294c0ecd authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Performance tuning and basic caching support.

github.com/stylus/stylus - 09fefd7af4093218fbc638661428967514196d07 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Fixed bug with the `+=` operator with strings. Closes #743, #1050

github.com/stylus/stylus - 78bc75e84dba77fdd2e09e70ba140af90fb3aec3 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
removed extra this

github.com/stylus/stylus - 10888531dc5c2fde4886f9b7c4b40adc894a6dad authored almost 11 years ago by Yang Su <[email protected]>
Made changes per @Panya's suggestion/patch

github.com/stylus/stylus - 6f45f5535c385dadd4eb4d4a5785b721ce44c8b2 authored almost 11 years ago by Yang Su <[email protected]>
Support multiple selectors in `@extend`. Closes #1418

github.com/stylus/stylus - 6280ecc647d6cf667784cf4af3be8e57447360b1 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Moved prefixing to parser

github.com/stylus/stylus - 96dc0c1f259373ec371f3acaf2489fbe571954f4 authored almost 11 years ago by Yang Su <[email protected]>
Fixed prefix.extend.with.placeholders test

github.com/stylus/stylus - 18f043048f23bdc4b87fc6c46868bcccaad55306 authored almost 11 years ago by Yang Su <[email protected]>
Performing a global replace when prefixing

github.com/stylus/stylus - d42bd4cd057e8edab1da2258ddb4dd0bf1bdd3b1 authored almost 11 years ago by Yang Su <[email protected]>
Added tests for prefixing

github.com/stylus/stylus - 4537dc774d01ec648fd481e2ae69fb4ded7ddf40 authored almost 11 years ago by Yang Su <[email protected]>
First stab at adding prefix option to stylus

github.com/stylus/stylus - 8f5b5cc0d83ed06bbdb540754b20dc6aea7435e6 authored almost 11 years ago by Yang Su <[email protected]>
0.42.3

github.com/stylus/stylus - 38333107e99a8ba1b659c9686ee5e74d430aa326 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'issue-1415' into rc-0.42.3

* issue-1415:
Added more pseudo-classes to the list, reordered them in the spec order
Fixed ...

github.com/stylus/stylus - 9eef2518ef287cb994456723187f8f45f1e43761 authored almost 11 years ago by Roman Komarov <[email protected]>
Added more pseudo-classes to the list, reordered them in the spec order

github.com/stylus/stylus - 490d117b560750250621f7d1488495a2fa61bb21 authored almost 11 years ago by Roman Komarov <[email protected]>
Fixed bug with pseudo-elements as part of the nested selector with a class. Closes #1415

github.com/stylus/stylus - 7f9e6a8b6ca3cf24549e8d27a13757f0d4b2f2eb authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Iterpolate ampersandless selectors in interpolations from root

github.com/stylus/stylus - 0c27200bc67b119960762fb114b7763c0e1bc664 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1390' into rc-0.42.3

* pr/1390:
Added `toString()` method to nodes.Comment so /*! forced comments */ are output on ...

github.com/stylus/stylus - 3f1cbf911a60a159fa1b17ffb0e408b07cd31f23 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'issue-1412' into rc-0.42.3

* issue-1412:
Fixed bug with print of the line numbers when node has empty `nodes` array. Clos...

github.com/stylus/stylus - d54d8980252947750951efb5ede0e64b8a63b591 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'issue-1407' into rc-0.42.3

* issue-1407:
First argument (arguments[0]) is empty/null for defaulted arguments lists to fun...

github.com/stylus/stylus - 0cdf2f98354aea70c8e78d69fe9867cde477286c authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'issue-1396' into rc-0.42.3

* issue-1396:
Better compression of blocks with nested rules. Fixes #1396

github.com/stylus/stylus - e2f4f661d6107e4abd628fc3ccb1cc2cc92c3e07 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'issue-1385' into rc-0.42.3

* issue-1385:
Bug with importing of files with ".css" in the dirname. Fixes #1385

github.com/stylus/stylus - b919c5bd3ecc680ece0f5f9653898f134e80b5e2 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'issue-1383' into rc-0.42.3

* issue-1383:
Selector with a keyword "eats" space after it. Fixes #1383

github.com/stylus/stylus - 5c76c88c40c7c39b197a1783407feb0a111ba404 authored almost 11 years ago by Roman Komarov <[email protected]>
Fixed bug with print of the line numbers when node has empty `nodes` array. Closes #1412 and #877

github.com/stylus/stylus - 7caa82d03ccc9cfd6b2fef71f0fff815a8ab38b6 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
First argument (arguments[0]) is empty/null for defaulted arguments lists to functions/interpolations. Fixes #1407

github.com/stylus/stylus - d017ce3770dafab9f8b2219897da07d958aa9ce0 authored almost 11 years ago by Panya <[email protected]>
Interpolation with comma in selector should be treated as multiple selectors. Fixes #1401

github.com/stylus/stylus - 8449d9d0046bd8db7113634fd645744cb0d54d7c authored almost 11 years ago by Panya <[email protected]>
Better compression of blocks with nested rules. Fixes #1396

github.com/stylus/stylus - 42d81d795ebbd759b313d38f83a849dea7434442 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Added `toString()` method to nodes.Comment so /*! forced comments */ are output on repl

github.com/stylus/stylus - 77e1b655c1062c744ba3912d53e2abaf4efd4914 authored almost 11 years ago by Jaume Alemany <[email protected]>
Ignore comments in repl

github.com/stylus/stylus - 9936eaa602ac937346efb01823c455426779bfde authored almost 11 years ago by Jaume Alemany <[email protected]>
Fixed: Decimal part of units can be lost when coercing from a string

github.com/stylus/stylus - bfaa6584f10a006d85a964fad7fbd932f387c187 authored almost 11 years ago by Jaume Alemany <[email protected]>
Returning "void" `nodes.null`

github.com/stylus/stylus - 917d75f089c93393f7d4a269fd8839181f4d7825 authored almost 11 years ago by Jaume Alemany <[email protected]>
Add `Workflow.md` to .npmignore

github.com/stylus/stylus - 7c99e1a7179dad06c22b205f017963d0eb9aa5bc authored almost 11 years ago by Panya <[email protected]>
Add graphics dir in .npmignore

github.com/stylus/stylus - 333be5bb6cf6265186de05f441cb85abea46d706 authored almost 11 years ago by Panya <[email protected]>
Bug with importing of files with ".css" in the dirname. Fixes #1385

github.com/stylus/stylus - bd639ad63a497382d57f41fe70190ccba26257cb authored almost 11 years ago by Panya <[email protected]>
Selector with a keyword "eats" space after it. Fixes #1383

github.com/stylus/stylus - 37881c9dd0bfed543b5a04fc78c2b5f0c5120bc9 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Added `define()` bif

github.com/stylus/stylus - b14f4dee192f2ae9768538c96c0c5bcd85bc0584 authored almost 11 years ago by Jaume Alemany <[email protected]>
Merge branch 'pr/1380' into dev

* pr/1380:
Short addition to the interpolation for Selectors

Conflicts:
docs/interpolation.md

github.com/stylus/stylus - d0cbf5ea8651bd4f61b598d6ddca598099f27c85 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'master' into dev

* master:
update copyright year

github.com/stylus/stylus - 5f477dcc3d1ad0346327828443cf5b79abda4555 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'dev' into new-docs

* dev: (22 commits)
History up for 0.42.2
Support for reverse ranges. Closes #1368
Fixed a...

github.com/stylus/stylus - 1b5841af2c279db559c3a7295de878b6efac41d2 authored almost 11 years ago by Roman Komarov <[email protected]>
Short addition to the interpolation for Selectors

To let users know how awesome this is I added a few lines to the documentation on how to interpo...

github.com/stylus/stylus - 06b4358a6bb408d32d42a4381198fb0248b15461 authored almost 11 years ago by Roman Kuba <[email protected]>
Merge pull request #1375 from gdi2290/patch-1

update copyright year

github.com/stylus/stylus - 3e6b2a388ebc14ea23d5d1ceac832244198bea4f authored almost 11 years ago by Roman Komarov <[email protected]>
update copyright year

github.com/stylus/stylus - c02410a5fddca4efc46043cc32453c4d154579b4 authored almost 11 years ago by gdi2290 <[email protected]>
Added YAML front matter, fixed headers

github.com/stylus/stylus - 0a85298bb74d64b2bac168425ab48f254c306ae2 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge docs from 'gh-pages' into docs of the main branch

* 'gh-pages' of ../../lol-stylus-docs: (166 commits)
Removed htmls
fixed typo when using a b...

github.com/stylus/stylus - 8757227dfecef59732255e21cdd7fb9cb4447ccd authored almost 11 years ago by Roman Komarov <[email protected]>
Removed htmls

github.com/stylus/stylus - 8cc60caa2ca07575a94f9ed4e455f0b0a86fbb5b authored almost 11 years ago by Roman Komarov <[email protected]>
First draft for workflow.md added

github.com/stylus/stylus - f8213436691ca6ffa61441203d1a40f01915de64 authored almost 11 years ago by Roman Komarov <[email protected]>
History up for 0.42.2

github.com/stylus/stylus - aec6be924747d4a02335a1817e3cfb1705d34bc8 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1353' into dev

* pr/1353:
win32 debug info, incorrect file path

github.com/stylus/stylus - caeb692be67b798d89e3c5406fe2857bf26f161d authored almost 11 years ago by Roman Komarov <[email protected]>
Support for reverse ranges. Closes #1368

github.com/stylus/stylus - b5a1bcd3f9d1bf9cdeae719383574c0c98a22683 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Fixed an incorrect line number in multi-line group selectors. Closes #1366

github.com/stylus/stylus - 33f0e953f99e2670f1b083dcb6b2a759ffde34d6 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Fixed compiling to a directory with `.styl` in the name. Closes #1370

github.com/stylus/stylus - 0073b4bc335b84597fec39a09f77e547a69cf76a authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Added tests for #1361

github.com/stylus/stylus - f539ef0f12f777de073853ec5bfb7d7361c328aa authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Fixed bug with an expression as arguments of function call. Closes #1361

github.com/stylus/stylus - d63e98101acc11decc94e0ef50459250b94381c9 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Bug with parsing an attribute selector. Fixes #1360

github.com/stylus/stylus - a463abf2a4913bcc807bdc6f132f7b37f2b23f52 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Bug with missed `mtime` in middleware imports. Fixes #1359

github.com/stylus/stylus - 5a8ce0e5dbb4e16339b7b66d2d0e2f18ce5f36c9 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Fixed bug with property lookup inside `@block`.

github.com/stylus/stylus - 4e8599d1ecd7cb92bf0860302843c5e70cc2fcac authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Bug with `add-property` inside function call. Fixes #1354

github.com/stylus/stylus - 0009d240dd98acfc1797ad0f93967fe865876874 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
win32 debug info, incorrect file path

github.com/stylus/stylus - dabb972d51748c077b44990f373c843651588d66 authored almost 11 years ago by clovery <[email protected]>
0.42.1

github.com/stylus/stylus - d7f9b7136cef3d8363f97d43c0afe7b3edc3c29d authored almost 11 years ago by Roman Komarov <[email protected]>
History up

github.com/stylus/stylus - 518930ef8422c9b485ec600f55e074db872e63c0 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1340' into rc-0.42.1

* pr/1340:
Litterate fallbacks for filter functions
Add some tests

github.com/stylus/stylus - 5375a12413d2499afb1af8ca43f2137b65d3fcd8 authored almost 11 years ago by Roman Komarov <[email protected]>
Compressed pngs

github.com/stylus/stylus - ccdd3e8862f617a4b1d04c9838d577660f68bc49 authored almost 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1346' into rc-0.42.1

* pr/1346:
Added Icons, and reorganization of graphics folder.

github.com/stylus/stylus - b6ef3ebecc5d827d26016712f743ebdf11f4a69f authored almost 11 years ago by Roman Komarov <[email protected]>
History up

github.com/stylus/stylus - 3da45953069ae7e5da5fb0a415a381b321fa5611 authored almost 11 years ago by Roman Komarov <[email protected]>
Added Icons, and reorganization of graphics folder.

github.com/stylus/stylus - dc1ea8faa8da6fd42be83fb26caf4d66bb3881e8 authored almost 11 years ago by Josue E Basurto <[email protected]>
Fix `@import` globbing with `--watch`. Closes #1344

github.com/stylus/stylus - 06e2dbe533aa1b9be43444603a849895f509b694 authored almost 11 years ago by Mikhail Korepanov <[email protected]>
Litterate fallbacks for filter functions

github.com/stylus/stylus - 09d32c6b16fb5e4b476608c6a997379db5ad7181 authored almost 11 years ago by Leny <[email protected]>
Add some tests

github.com/stylus/stylus - 9e9d0f201a8fd5870cc9639dcce1c4873de5f9e1 authored almost 11 years ago by Leny <[email protected]>
Modify test case value

The bugfix #1336 made this test case fails, but, as far I know, the
value for tan( 270deg ) is a...

github.com/stylus/stylus - 65c87a7aca7cbfbbaf3d5e8afc5e6ac90df0f4c0 authored almost 11 years ago by Leny <[email protected]>
Fixing issue #1336

github.com/stylus/stylus - 16d254e3f11efb64355106884e26f4fc9641725b authored almost 11 years ago by Leny <[email protected]>
Add some tests

github.com/stylus/stylus - 9ea49acb5519a652c476989ef73b9aa70721171d authored almost 11 years ago by Leny <[email protected]>
Bug with units as part of the selector. Fixes #1332

github.com/stylus/stylus - 22447b629e39037e33e743bca02e23c481d03a3c authored about 11 years ago by Mikhail Korepanov <[email protected]>
Remove UTF-8 BOM. Fixes #874

github.com/stylus/stylus - 18a57578d9f7615fc1a0a105361541a4afbefef1 authored about 11 years ago by Panya <[email protected]>
removed unused var

github.com/stylus/stylus - 7b5ac7c909ce5378bd8e163dc0c8f2e9b5c96fd6 authored about 11 years ago by Mikhail Korepanov <[email protected]>
fixed typo when using a block mixin

github.com/stylus/stylus - a7bbe78f14a1357181dd86f2a2f92e9498be0902 authored about 11 years ago by Ahmed Nuaman <[email protected]>
Fix tests on Windows

github.com/stylus/stylus - a07f925ccd0599433ce2f4af7cf7a799eb66dd43 authored about 11 years ago by Mikhail Korepanov <[email protected]>
Additions from 0.42.0

github.com/stylus/stylus - 14e0fba18b30584b775c8f6864fad857f55daa06 authored about 11 years ago by Roman Komarov <[email protected]>
0.42.0

github.com/stylus/stylus - ab5b512ac42e11b9c65816212dfbea766b8c0df0 authored about 11 years ago by Roman Komarov <[email protected]>
Merge pull request #1316 from LearnBoost/lookup-package

Added more lookup patterns for the @import. Support Node.js modules.

github.com/stylus/stylus - 90dc79444923a448448e54bb3aeb8976400fad86 authored about 11 years ago by Roman Komarov <[email protected]>
use hash for requireHistory

github.com/stylus/stylus - 3923eade0fc7f14602eda231e67273a29b38f924 authored about 11 years ago by Mikhail Korepanov <[email protected]>
Added more lookup patterns for the @import. Support Node.js modules.

github.com/stylus/stylus - 1800848f1105c65b2ae429f7153b40ca66744541 authored about 11 years ago by Mikhail Korepanov <[email protected]>
misc refactoring

github.com/stylus/stylus - b772710902e3312713a1816f289512051d49f788 authored about 11 years ago by Mikhail Korepanov <[email protected]>
History up

github.com/stylus/stylus - 96d2d1e6a090a4e4a74fd82d3092c0a99beae802 authored about 11 years ago by Mikhail Korepanov <[email protected]>
Property lookup bug in @media queries. Fixes #1315

github.com/stylus/stylus - 5dc446c715b9ae6c9913b9a4532bcd22ac2d6c2e authored about 11 years ago by Mikhail Korepanov <[email protected]>
History up

github.com/stylus/stylus - 9d873b5e69c498fba5dccb6092541b05780edf63 authored about 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1308' into rc-0.42

* pr/1308:
Adding tint & shade functions
Adding grayscale(color) function
Adding complemen...

github.com/stylus/stylus - d9cca9ac8dc51006307bfc1314f95ab55f75bf7f authored about 11 years ago by Roman Komarov <[email protected]>
Added root reference as part of #1240

github.com/stylus/stylus - a0aacff3cdd291b52bef247115bec367cc7ea755 authored about 11 years ago by Roman Komarov <[email protected]>
Adding tint & shade functions

github.com/stylus/stylus - 55ea7f208183f2d762bcb7f86f669d2c65b69607 authored about 11 years ago by Leny <[email protected]>
Adding grayscale(color) function

github.com/stylus/stylus - 4e7264c719ad918f47f49cd4cbdd5e2eae7afb1b authored about 11 years ago by Leny <[email protected]>
Adding complement(color) function

github.com/stylus/stylus - 27c0ae17de8bdc39c17d27f7fc5d22c69b38de90 authored about 11 years ago by Leny <[email protected]>
History up

github.com/stylus/stylus - 192899da7ab9ddd3a1003f53656fd3f2f103a016 authored about 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1307' into rc-0.42

* pr/1307:
Use `css-parse` instead of `CSSOM` for converting CSS -> Stylus. Added tests for co...

github.com/stylus/stylus - 398045e02c535d4cf0734d35d3a2d13592e707d3 authored about 11 years ago by Roman Komarov <[email protected]>
Do not test 0.6 node in Travis

github.com/stylus/stylus - c9455295631602daccfc855c914cbb3fe7309fa7 authored about 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1306' into rc-0.42

* pr/1306:
Fix overflows from recursive imports.
Implement file globbing.

Conflicts:
lib/v...

github.com/stylus/stylus - 1ba4fb40a2fecddbf113d9d08099840e1f7a4d9b authored about 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1301' into rc-0.42

* pr/1301:
Bug with if and color in array check. Fixes #1300

github.com/stylus/stylus - 4c6ea6c77c460a5e58cb78440b005490598b2697 authored about 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1297' into rc-0.42

* pr/1297:
Passing options to plugins in `use`. Fixes #1295

github.com/stylus/stylus - 03c06019d2f529ce292a465c579c36b2511d06f5 authored about 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1294' into rc-0.42

* pr/1294:
Bug with list of color keywords as default argument. Fixes #1292

github.com/stylus/stylus - 7c09dbe7b487a9deb58f766f6f67e63617b86522 authored about 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1290' into rc-0.42

* pr/1290:
Hashes and lists support
Hashes and lists support
Small refactoring
Allow ass...

github.com/stylus/stylus - d4948a44f599355c5388e9e9ccfeb054c504fcff authored about 11 years ago by Roman Komarov <[email protected]>
Merge branch 'pr/1289' into rc-0.42

* pr/1289:
broken @media queries in logic blocks. Fixes #1288

github.com/stylus/stylus - 02a5bf5daffcb67345698ec7f9a51bcda954b91c authored about 11 years ago by Roman Komarov <[email protected]>