Skip to content

Commit 3890bb6

Browse files
committed
add plugin postcss-rpxtorem
1 parent dfcd8ed commit 3890bb6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
340340
|[komlev](https://github.com/komlev) | [`postcss-current-selector`](https://github.com/komlev/postcss-current-selector) | 7|
341341
|[kunukn](https://github.com/kunukn) | [`postcss-alter-property-value`](https://github.com/kunukn/postcss-alter-property-value) | 5|
342342
|[lahmatiy](https://github.com/lahmatiy) | [`postcss-csso`](https://github.com/lahmatiy/postcss-csso) | 60|
343+
|[landn172](https://github.com/landn172) | [`postcss-rpxtorem`](https://github.com/landn172/postcss-rpxtorem) | 0|
343344
|[larsenwork](https://github.com/larsenwork) | [`postcss-easing-gradients`](https://github.com/larsenwork/postcss-easing-gradients) | 226|
344345
|[laureanoarcanio](https://github.com/laureanoarcanio) | [`postcss-shades-of-gray`](https://github.com/laureanoarcanio/postcss-shades-of-gray) | 15|
345346
|[leodido](https://github.com/leodido) | [`postcss-clean`](https://github.com/leodido/postcss-clean) | 17|

plugins.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4449,5 +4449,15 @@
44494449
"other"
44504450
],
44514451
"stars": 0
4452+
},
4453+
{
4454+
"name": "postcss-rpxtorem",
4455+
"description": "Convert rpx units to rem units ",
4456+
"author": "landn172",
4457+
"url": "https://github.com/landn172/postcss-rpxtorem",
4458+
"tags": [
4459+
"other"
4460+
],
4461+
"stars": 0
44524462
}
4453-
]
4463+
]

0 commit comments

Comments
 (0)