Skip to content

Commit 3348432

Browse files
yunusgahimynameisdave
authored andcommitted
Add postcss-momentum-scrolling plugin (himynameisdave#247)
* Add postcss-momentum-scrolling plugin * Fix description text
1 parent 42bad91 commit 3348432

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
422422
|[WolfgangKluge](https://github.com/WolfgangKluge) | [`postcss-media-variables`](https://github.com/WolfgangKluge/postcss-media-variables) | 10|
423423
|[Xiaoshuang Li](https://github.com/Xiaoshuang Li) | [`postcss-skin`](https://github.com/xiaoshuangLi/postcss-skin) | 0|
424424
|[XOP](https://github.com/XOP) | [`postcss-rgba-hex`](https://github.com/XOP/postcss-rgba-hex) | 1|
425+
|[yunusga](https://github.com/yunusga) | [`postcss-momentum-scrolling`](https://github.com/yunusga/postcss-momentum-scrolling) | 0|
425426
|[zaim](https://github.com/zaim) | [`postcss-color-palette`](https://github.com/zaim/postcss-color-palette) | 22|
426427
|[ZeeCoder](https://github.com/ZeeCoder) | [`@zeecoder/postcss-container-query`](https://github.com/ZeeCoder/container-query) | 25|
427428
|[zephraph](https://github.com/zephraph) | [`postcss-process-comments`](https://github.com/zephraph/postcss-process-comments) | 1|

plugins.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4519,5 +4519,17 @@
45194519
"grids"
45204520
],
45214521
"stars": 0
4522+
},
4523+
{
4524+
"name": "postcss-momentum-scrolling",
4525+
"description": "Add momentum style scrolling behavior (-webkit-overflow-scrolling: touch) for elements with overflow (scroll, auto) on iOS",
4526+
"author": "yunusga",
4527+
"url": "https://github.com/yunusga/postcss-momentum-scrolling",
4528+
"tags": [
4529+
"accessibility",
4530+
"fun",
4531+
"optimizations"
4532+
],
4533+
"stars": 0
45224534
}
45234535
]

0 commit comments

Comments
 (0)