Skip to content

Commit f2d1052

Browse files
Merge pull request himynameisdave#241 from landn172/master
add plugin postcss-rpxtorem
2 parents 3d1f1f4 + 30fc410 commit f2d1052

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
@@ -342,6 +342,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
342342
|[komlev](https://github.com/komlev) | [`postcss-current-selector`](https://github.com/komlev/postcss-current-selector) | 7|
343343
|[kunukn](https://github.com/kunukn) | [`postcss-alter-property-value`](https://github.com/kunukn/postcss-alter-property-value) | 5|
344344
|[lahmatiy](https://github.com/lahmatiy) | [`postcss-csso`](https://github.com/lahmatiy/postcss-csso) | 60|
345+
|[landn172](https://github.com/landn172) | [`postcss-rpxtorem`](https://github.com/landn172/postcss-rpxtorem) | 0|
345346
|[larsenwork](https://github.com/larsenwork) | [`postcss-easing-gradients`](https://github.com/larsenwork/postcss-easing-gradients) | 226|
346347
|[laureanoarcanio](https://github.com/laureanoarcanio) | [`postcss-shades-of-gray`](https://github.com/laureanoarcanio/postcss-shades-of-gray) | 15|
347348
|[leodido](https://github.com/leodido) | [`postcss-clean`](https://github.com/leodido/postcss-clean) | 17|

plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4469,5 +4469,15 @@
44694469
"shortcuts"
44704470
],
44714471
"stars": 0
4472+
},
4473+
{
4474+
"name": "postcss-rpxtorem",
4475+
"description": "Convert rpx units to rem units ",
4476+
"author": "landn172",
4477+
"url": "https://github.com/landn172/postcss-rpxtorem",
4478+
"tags": [
4479+
"other"
4480+
],
4481+
"stars": 0
44724482
}
44734483
]

0 commit comments

Comments
 (0)