Skip to content

Commit a4ee133

Browse files
supermonkeyzzhangbo
andauthored
Add postcss-aspect-ratio-property (#316)
Co-authored-by: zhangbo <zhangbo09@kuaishou.com>
1 parent 107ded6 commit a4ee133

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

docs/authors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ Below is a list of all the wonderful people who make PostCSS plugins.
453453
|[smitt04](https://github.com/smitt04) | [`postcss-prefix-url`](https://github.com/smitt04/postcss-prefix-url) | 5|
454454
|[soul-wish](https://github.com/soul-wish) | [`important-shorthand`](https://github.com/soul-wish/postcss-important-shorthand) | 7|
455455
|[stylelint](https://github.com/stylelint) | [`stylelint`](https://github.com/stylelint/stylelint) | 8669|
456+
|[supermonkeyz](https://github.com/supermonkeyz) | [`postcss-aspect-ratio-property`](https://github.com/supermonkeyz/postcss-aspect-ratio-property) | 0|
456457
|[SuperOl3g](https://github.com/SuperOl3g) | [`postcss-image-set-polyfill`](https://github.com/SuperOl3g/postcss-image-set-polyfill) | 45|
457458
|[sylvainbaronnet](https://github.com/sylvainbaronnet) | [`postcss-position-alt`](https://github.com/sylvainbaronnet/postcss-position-alt) | 5|
458459
|[sylvainpolletvillard](https://github.com/sylvainpolletvillard) | [`grid-kiss`](https://github.com/sylvainpolletvillard/postcss-grid-kiss) | 1273|

plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5163,5 +5163,15 @@
51635163
"shortcuts"
51645164
],
51655165
"stars": 0
5166+
},
5167+
{
5168+
"name": "postcss-aspect-ratio-property",
5169+
"description": "Transforms future feature aspect-ratio property available now",
5170+
"author": "supermonkeyz",
5171+
"url": "https://github.com/supermonkeyz/postcss-aspect-ratio-property",
5172+
"tags": [
5173+
"fallbacks"
5174+
],
5175+
"stars": 0
51665176
}
51675177
]

0 commit comments

Comments
 (0)