Ecosyste.ms: OpenCollective

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

stylis

The fastest and smallest (S)CSS parsing and preprocessing library written in JavaScript.
Collective - Host: opensource - https://opencollective.com/stylis - Code: https://github.com/thysultan

Escape angle brackets in the playground script (#325)

github.com/thysultan/stylis - b8c0878307ce600c7ec5082f5f940febf663a722 authored about 1 year ago by Mateusz Burzyński <[email protected]>
4.3.1

github.com/thysultan/stylis - c1f81ff815527d51d791fee9456840e32230ab23 authored about 1 year ago by Mateusz Burzyński <[email protected]>
Fixed `&` search after consuming parenthesis (#322)

* Fixed `&` search after consuming parenthesis

* add an extra test case

* perf squeezing
...

github.com/thysultan/stylis - 3b9b3218b76744bacddd2b4931936aa9497068c4 authored about 1 year ago by Mateusz Burzyński <[email protected]>
Point npm badge in the README to the correct package (#319)

github.com/thysultan/stylis - 7b0fac1005b74b2131e7e35f0ea67fe0eaf49451 authored over 1 year ago by Paul Hurst <[email protected]>
improve

empty flex items should assume height of container if they have not implicit/explicit height

github.com/thysultan/felix - dc9b82b9f467a796e08f78e8d6511fdc1d695a03 authored over 1 year ago by Sultan <[email protected]>
Initial commit

github.com/thysultan/felix - 1a3a19d88156795d105659902f57556a2227be22 authored over 1 year ago by Sultan <[email protected]>
4.3.0

github.com/thysultan/stylis - 654cab0a877657636772febed68e21764fc6b5ee authored over 1 year ago by Mateusz Burzyński <[email protected]>
Separate prefixed pseudos in nested rules to avoid CSSOM injection failures (#315)

* chore: add failing test for prefixer + rulesheet re: placeholder pseudo

* serialize pseudos...

github.com/thysultan/stylis - 0b6d567938594df0829b12d558778d056de3ed16 authored over 1 year ago by Evan Jacobs <[email protected]>
4.2.0

github.com/thysultan/stylis - 1bf92ea2338610a49e3e0ae06d9e6ed8f6f986a9 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Upgrade used GitHub actions (#314)

* Upgrade used GitHub actions and node version on the CI

* Remove explicit option passed to c...

github.com/thysultan/stylis - d63e77e4bb14d9f3f035412b3a0afe900a098714 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Support cascade @layer (#313)

* chore: add failing test

* feat: support @layer queries

* chore: ignore yarn lock

* ch...

github.com/thysultan/stylis - 5d1b0841ccde8369824a0730c4c637fb7ff31637 authored over 1 year ago by Evan Jacobs <[email protected]>
4.1.4

github.com/thysultan/stylis - 1466416c28263fca038efc10fcda5b66acbe72e4 authored over 1 year ago by Mateusz Burzyński <[email protected]>
Fixed a case with `&` within a nested function in a declaration value (#307)

* Add a failing test case for `&` within a nested function in a declaration value

* fix white...

github.com/thysultan/stylis - d28ad012a2b1fca95cf077befdecb6c429007d0e authored over 1 year ago by Mateusz Burzyński <[email protected]>
Merge pull request #299 from lucianoayres/patch-1

Update README.md

github.com/thysultan/stylis - bc0b1b03f5562eb8b38601e4e05461631a91c400 authored about 2 years ago by Sultan <[email protected]>
Merge pull request #304 from lunaris/container-queries

Add support for container queries

github.com/thysultan/stylis - c6cbb61d6b110daf0552cc0a08e4ae0c8262e469 authored about 2 years ago by Sultan <[email protected]>
Add support for container queries

This commit adds support for container queries, parsing and hoisting
them in the same manner tha...

github.com/thysultan/stylis - 1b97880ce7cf9b93aa4fa54bec3e799c76913594 authored about 2 years ago by Will Jones <[email protected]>
pump master version

github.com/thysultan/stylis - 3b83b1bfc4e674af1517d3d7de482e5cc3ea397b authored over 2 years ago by Sultan <[email protected]>
Merge pull request #302 from thysultan/avoid-prefixing-css-vars

Avoid prefixing css vars

github.com/thysultan/stylis - 55819ed598b1494d8bd3f934e1c43be4fbf48015 authored over 2 years ago by Sultan <[email protected]>
Move the check to the `hash` function

github.com/thysultan/stylis - c1ffa889fdc12b523efc3f99ca34a877d417d527 authored over 2 years ago by Mateusz Burzyński <[email protected]>
Avoid prefixing css vars

github.com/thysultan/stylis - a0249c82e3e62bcfc1b5ff9a45193aaac96a7f25 authored over 2 years ago by Mateusz Burzyński <[email protected]>
Upadte README.md

Fix 'never the less' typo to the correct single word 'nevertheless'

github.com/thysultan/stylis - 5cab3e4ccd8a11ddefeb7f5a9c4b3893fae4e905 authored over 2 years ago by Luciano Ayres <[email protected]>
Merge pull request #296 from thysultan/Andarist-patch-1

Expose `stylis` object globally on the docs site

github.com/thysultan/stylis - 08b179da63fe6f06ffc2ca9a166bbc5003366c33 authored over 2 years ago by Sultan <[email protected]>
Expose `stylis` object globally on the docs site

github.com/thysultan/stylis - c2ee450a949f711fb7fd6d81d95e5f4d355243d7 authored over 2 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #291 from SukkaW/style-no-else-after-return

style: enable eslint `no-else-after-return`

github.com/thysultan/stylis - a2fdca83a2377230a66f8d9c5d477bc87c10c188 authored over 2 years ago by Sultan <[email protected]>
style: enable eslint `no-else-after-return`

github.com/thysultan/stylis - a3e24f326bf146a942f0aa478b7eac7676bb7483 authored over 2 years ago by SukkaW <[email protected]>
Merge pull request #290 from SukkaW/merge-prefix-condition

size optimization

github.com/thysultan/stylis - 55c363f844a20b983d1dcee68be35716b393ee5d authored over 2 years ago by Sultan <[email protected]>
size optimization

github.com/thysultan/stylis - 31e0dd279c426237e1c32175203668b60cbae23a authored over 2 years ago by SukkaW <[email protected]>
Merge pull request #289 from SukkaW/prefix-position-important

fix: support `value !important;`

github.com/thysultan/stylis - 8a42669b0fd2fccb98b5e7880580c3cb2de0c43c authored over 2 years ago by Sultan <[email protected]>
small nit optimisation

github.com/thysultan/stylis - 368ba4b7c32bfac7e761edff3d07f76e032cb6c4 authored over 2 years ago by Sultan <[email protected]>
Merge pull request #288 from SukkaW/prefix-tab-size

support tab-size prefix

github.com/thysultan/stylis - dc4241422f8029539ecb0c014903dce01fc12a24 authored over 2 years ago by Sultan <[email protected]>
test: cover all `display`

github.com/thysultan/stylis - 505c9f8039fc94607905336fe9ca4683b0c1e84b authored over 2 years ago by SukkaW <[email protected]>
refactor/fix: simplify logic

github.com/thysultan/stylis - f3c9f7ec773a0da3b2d34b94d95a935e3b938c7a authored over 2 years ago by SukkaW <[email protected]>
test: stricter testing

github.com/thysultan/stylis - e54905ee8a20eb932db5ee2040b6c87d99370dca authored over 2 years ago by SukkaW <[email protected]>
fix: support `value !important;`

github.com/thysultan/stylis - 0c39d2b6ef3b67b8f23d530df3b2af12e49f003c authored over 2 years ago by SukkaW <[email protected]>
support tab-size prefix

github.com/thysultan/stylis - 0921868cbd51371daa2f5301cd98cbcdb827fba3 authored over 2 years ago by SukkaW <[email protected]>
Merge pull request #287 from SukkaW/feat-prefix-grid-row-start-end

feat(#119): support prefix `grid-(row|column)-(start|end)`

github.com/thysultan/stylis - 1023ab4cef98349b88384eb14fc16166fe0d4679 authored over 2 years ago by Sultan <[email protected]>
don't use .find, not supported by ie11

IE11 doesn't support Array.find. Would defeat the purpose to support IE11 grids with unsupported...

github.com/thysultan/stylis - fdc3e15b5c0947e66d27401e0b551c21abe3c137 authored over 2 years ago by Sultan <[email protected]>
small size improvement

/grid-\w+-end/ instead of /grid-(row|column)-end/
writing-mode: fall-through where it makes sense.

github.com/thysultan/stylis - 6a411c61411153fc9393a2869a37d868973eb1cc authored almost 3 years ago by Sultan <[email protected]>
pass tests

github.com/thysultan/stylis - c8ad68407d743589d0a7e1297589daa01314bb72 authored almost 3 years ago by Sultan <[email protected]>
revert grid tests back to prefixer.js using middleware

github.com/thysultan/stylis - 326a3706b2757dbbcdb7852a9f5ce0b1a1027ae6 authored almost 3 years ago by Sultan <[email protected]>
Revert "move test from middleware to prefixer"

This reverts commit 3b3858cfbd280b402a29e31cd7aa0f925c72ab88.

github.com/thysultan/stylis - 85b7cf674c448e8d58a4aa8c22ae9263d28cd576 authored almost 3 years ago by Sultan <[email protected]>
forward children siblings already passed as argument

github.com/thysultan/stylis - 5a3834630dc1f56a97545d03d865f68052fa769b authored almost 3 years ago by Sultan <[email protected]>
no longer need DECLARATION import... i think

github.com/thysultan/stylis - 623826655cb6d8f8698794c506ff459ea9f58a6c authored almost 3 years ago by Sultan <[email protected]>
use last character code to detect between start/end, cache property accesses

github.com/thysultan/stylis - 44bea124029f44092b444c873ffad5126811c2d5 authored almost 3 years ago by Sultan <[email protected]>
move test from middleware to prefixer

github.com/thysultan/stylis - 3b3858cfbd280b402a29e31cd7aa0f925c72ab88 authored almost 3 years ago by SukkaW <[email protected]>
missing import

github.com/thysultan/stylis - 721c2e84d2907c2b6db4838a6f68df4fe71b9449 authored almost 3 years ago by Sultan <[email protected]>
remove no longer neeed indexof import from middleware

github.com/thysultan/stylis - fbadd741c8fb30db2793f33fa36aeb9b625e6069 authored almost 3 years ago by Sultan <[email protected]>
grid-row-colums... move to prefix function

github.com/thysultan/stylis - cfd9838b78c70811340f973a22806011ea28682b authored almost 3 years ago by Sultan <[email protected]>
Merge branch 'master' into pr/287

github.com/thysultan/stylis - 0c66d2c1a23a6810a471962be61558c7d2142772 authored almost 3 years ago by Sultan <[email protected]>
Merge pull request #285 from SukkaW/feat-grid

feat(#119): add grid prefix support

github.com/thysultan/stylis - 178dbe1dd5fc39d7325add16082563248e133b0b authored almost 3 years ago by Sultan <[email protected]>
Merge branch 'master' into pr/285

github.com/thysultan/stylis - 8e2a7ca3a9e7efe3396e190e74cf995b94c60f37 authored almost 3 years ago by Sultan <[email protected]>
Merge pull request #286 from renbaoshuo/scroll-snap

feat: add `scroll-snap` prefix support

github.com/thysultan/stylis - 66582efbbbf02895797f1109cf736de5421ac9d2 authored almost 3 years ago by Sultan <[email protected]>
remove unreachable code

github.com/thysultan/stylis - 0d4845240612185666c73c3663c511b526dc72e2 authored almost 3 years ago by Sultan <[email protected]>
dont' need to set width/height in main thread

github.com/thysultan/gap - eb136d0f46d41ad061783a2431bf487316a3efde authored almost 3 years ago by Sultan <[email protected]>
github pages link

github.com/thysultan/gap - e74e910a0e904ed8e34cb85e834b147871474cb9 authored almost 3 years ago by Sultan <[email protected]>
revamp, use web workers, offscreen canvas

github.com/thysultan/gap - 28099472c0fcad3d4542844f058e52ab1f948af1 authored almost 3 years ago by Sultan <[email protected]>
fix(grid): only treat flex-|baseline as flexbox values

github.com/thysultan/stylis - 5f9aaf20db9f18b9110bee4850e472994a212b01 authored almost 3 years ago by SukkaW <[email protected]>
Update Prefixer.js

the following fixes the previous failing test, and uses only 1 regex, is there still space for i...

github.com/thysultan/stylis - ea82c137ccb52fe0698a4e98a5dd56c66e14b1af authored almost 3 years ago by Sultan <[email protected]>
add failing test for !important grid-col/row rule

- fix justify-self:flex-start getting grid prefixes.

github.com/thysultan/stylis - 20769b673c4fc1eb38a5aec073f20ea8d8c45fe2 authored almost 3 years ago by Sultan <[email protected]>
fix: style

github.com/thysultan/stylis - c60d3ca2a763e7234c7df97c0864479fc79df57f authored almost 3 years ago by Baoshuo Ren <[email protected]>
style: match the project

github.com/thysultan/stylis - dfae388c1aed4508b229515ff4e91fe70492f766 authored almost 3 years ago by SukkaW <[email protected]>
fix number postfix/prefix symbols being included in decimal position offset

fix postfix/prefix increment operators chaining from previous operators even when there's a newl...

github.com/thysultan/Ally - 5594114cddcb0239e4c417797f0ac99b05371ee0 authored almost 3 years ago by thysultan <[email protected]>
refactor(prefix): simplify grid-(column|row)

github.com/thysultan/stylis - 5e8ea459ade1223e7b0401a9dbe5797c4faab29c authored almost 3 years ago by SukkaW <[email protected]>
perf: reduce bundle size

Co-authored-by: Sukka <[email protected]>

github.com/thysultan/stylis - 9d75d63281487ca14f08ff4f0a933897914913ee authored almost 3 years ago by Baoshuo Ren <[email protected]>
fix: an edge case that grid-row-end has span

github.com/thysultan/stylis - eed3e85e0e5389ac9bf3fddefe09ca9f04764eb7 authored almost 3 years ago by SukkaW <[email protected]>
feat(#119): implement grid-(column|row)-(start|end)

github.com/thysultan/stylis - 3d9818db3c935b8de1018d1ba7ef79abb784e7a2 authored almost 3 years ago by SukkaW <[email protected]>
test: add cases for grid-(column|row)-(start|end)

github.com/thysultan/stylis - 5911cf17ee6fb1fea14f77064ba7baa0f265726e authored almost 3 years ago by SukkaW <[email protected]>
fix: -ms- flexbox shouldn't have `flex` in value

github.com/thysultan/stylis - c4dc0ceadcfc2a7f85ea5e247d0b7aead72d2725 authored almost 3 years ago by SukkaW <[email protected]>
perf: simplify align-self & justify-self match

github.com/thysultan/stylis - e25d2ce566c947fce34e783f4460059d4241e9c3 authored almost 3 years ago by SukkaW <[email protected]>
perf: further reduce the size

Use ternary expressions to avoid duplicated statements

github.com/thysultan/stylis - 06af540c1378fce7a81ed3f10c73f7361a92d57c authored almost 3 years ago by SukkaW <[email protected]>
feat(prefix): add `scroll-snap`

github.com/thysultan/stylis - d04f7844fa320d84b9c377606d84556c58d02e5b authored almost 3 years ago by Baoshuo Ren <[email protected]>
perf: use regex over array.indexof

Co-authored-by: thysultan <[email protected]>

github.com/thysultan/stylis - 817ff44b0bbc87f950e25b9e35f72d7531f2ee81 authored almost 3 years ago by SukkaW <[email protected]>
perf: remove unnecessary utilities

github.com/thysultan/stylis - 9e61e05a04060ad397c951877dee311297825568 authored almost 3 years ago by SukkaW <[email protected]>
feat(prefix): grid-(column|row) with numeric shorthand

github.com/thysultan/stylis - 7ba25a5f8b02e549f25e82ce60e950f1bbc694f7 authored almost 3 years ago by SukkaW <[email protected]>
feat(prefix): grid-(column|row) with simple value

github.com/thysultan/stylis - 18001c93eac7fd2f0a73c34e701850b09649201f authored almost 3 years ago by SukkaW <[email protected]>
perf: use existed sizeof utility

github.com/thysultan/stylis - 624e790ec17693c2d79fa3ec82fa56ad20289669 authored almost 3 years ago by SukkaW <[email protected]>
feat(prefix): support grid-template-rows

github.com/thysultan/stylis - ed66195e86e00f8caf5e2035b21f9e4ab9445675 authored almost 3 years ago by SukkaW <[email protected]>
feat(prefix): support grid-template-columns

github.com/thysultan/stylis - b997ad17153e97f48e918c0797bc2ae298a7296b authored almost 3 years ago by SukkaW <[email protected]>
feat(prefix): support grid with justify-self & align-self

github.com/thysultan/stylis - 44b43cc4c2492a8757333d85e6014c60acb24c1f authored almost 3 years ago by SukkaW <[email protected]>
feat(prefix): support display grid|inline-grid

github.com/thysultan/stylis - ea97843511c823d6c952ad5f41f3cdaf95dd0c9e authored almost 3 years ago by SukkaW <[email protected]>
push commits that have been sitting on my computer

github.com/thysultan/Ally - 431c5b67758ed77dc74159642f57fa2a51a56825 authored almost 3 years ago by thysultan <[email protected]>
Update FUNDING.yml

github.com/thysultan/stylis - fbda3464f415f5742bb7ab41dfdd8102113565e6 authored almost 3 years ago by Sultan <[email protected]>
Create FUNDING.yml

github.com/thysultan/stylis - 981f75f04c9d1c0540fc6f9f4bc0078bc328a390 authored almost 3 years ago by Sultan <[email protected]>