Skip to content

Commit 368f970

Browse files
meltifahimynameisdave
authored andcommitted
postcss-pixel-to-viewport (himynameisdave#243)
* Update plugins.json * Update authors.md * Update authors.md * Update plugins.json * Update plugins.json
1 parent 8ff46f6 commit 368f970

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
358358
|[makotot](https://github.com/makotot) | [`postcss-line-height-px-to-unitless`](https://github.com/makotot/postcss-line-height-px-to-unitless) | 1|
359359
|[maraisr](https://github.com/maraisr) | [`postcss-grouper`](https://github.com/maraisr/postcss-grouper) | 4|
360360
|[megatolya](https://github.com/megatolya) | [`postcss-will-change-transition`](https://github.com/megatolya/postcss-will-change-transition) | 10|
361+
|[meltifa](https://github.com/meltifa) | [`postcss-pixel-to-vw`](https://github.com/meltifa/postcss-pixel-to-viewport) | 0|
361362
|[michelemazzucco](https://github.com/michelemazzucco) | [`postcss-border-shortcut`](https://github.com/michelemazzucco/postcss-border-shortcut) | 7|
362363
|[moczolaszlo](https://github.com/moczolaszlo) | [`postcss-inline-comment`](https://github.com/moczolaszlo/postcss-inline-comment) | 21|
363364
|[MohammadYounes](https://github.com/MohammadYounes) | [`rtlcss`](https://github.com/MohammadYounes/rtlcss) | 859|

plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4479,5 +4479,15 @@
44794479
"other"
44804480
],
44814481
"stars": 0
4482+
},
4483+
{
4484+
"name": "postcss-pixel-to-viewport",
4485+
"description": "A plugin for PostCSS that generates viewport units (vw, vh, vmin, vmax) from pixel units.",
4486+
"author": "meltifa",
4487+
"url": "https://github.com/meltifa/postcss-pixel-to-viewport",
4488+
"tags": [
4489+
"other"
4490+
],
4491+
"stars": 0
44824492
}
44834493
]

0 commit comments

Comments
 (0)