Skip to content

Commit 3b22848

Browse files
🔧 Fix order
1 parent d2cbc81 commit 3b22848

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

plugins.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5267,12 +5267,12 @@
52675267
"stars": 0
52685268
},
52695269
{
5270-
"name": "postcss-flex-value",
5271-
"description": "A postcss plugin to transform flex value such as \"start\" to \"flex-start\"",
5272-
"author": "anc95",
5273-
"url": "https://github.com/anc95/postcss-flex-value",
5270+
"name": "postcss-transform-css-var",
5271+
"description": "that transforms `css var` to `less var`.",
5272+
"author": "luckymore",
5273+
"url": "https://github.com/luckymore/postcss-transform-css-var",
52745274
"tags": [
5275-
"other"
5275+
"fallbacks"
52765276
],
52775277
"stars": 0
52785278
},
@@ -5288,12 +5288,12 @@
52885288
"stars": 0
52895289
},
52905290
{
5291-
"name": "postcss-transform-css-var",
5292-
"description": "that transforms `css var` to `less var`.",
5293-
"author": "luckymore",
5294-
"url": "https://github.com/luckymore/postcss-transform-css-var.git",
5291+
"name": "postcss-flex-value",
5292+
"description": "A postcss plugin to transform flex value such as \"start\" to \"flex-start\"",
5293+
"author": "anc95",
5294+
"url": "https://github.com/anc95/postcss-flex-value",
52955295
"tags": [
5296-
"fallbacks"
5296+
"other"
52975297
],
52985298
"stars": 0
52995299
}

0 commit comments

Comments
 (0)