Skip to content

Commit 153af58

Browse files
collect plugins data
1 parent ed46f5a commit 153af58

File tree

205 files changed

+3274
-2653
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+3274
-2653
lines changed

npm-data/links.json

Lines changed: 208 additions & 208 deletions
Large diffs are not rendered by default.

npm-data/maintained-plugins.json

Lines changed: 466 additions & 425 deletions
Large diffs are not rendered by default.

npm-data/maybe-plugins.json

Lines changed: 1171 additions & 1076 deletions
Large diffs are not rendered by default.

npm-data/plugins.json

Lines changed: 732 additions & 732 deletions
Large diffs are not rendered by default.

npm-data/plugins/@alik6/bun-tailwind-plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@
260260
19,
261261
13,
262262
11,
263-
14
263+
14,
264+
16
264265
]
265266
}

npm-data/plugins/@brn/postcss-import.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
"_downloads": [
416416
7,
417417
7,
418-
10
418+
10,
419+
9
419420
]
420421
}

npm-data/plugins/@cameron-martin/postcss-modules.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
14,
218218
14,
219219
8,
220-
4
220+
4,
221+
7
221222
]
222223
}

npm-data/plugins/@carbonorm/postcss-modules.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@
269269
96,
270270
96,
271271
96,
272+
87,
272273
87
273274
]
274275
}

npm-data/plugins/@classicmike/postcss-shadrem.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
1135,
386386
1110,
387387
1225,
388-
1567
388+
1567,
389+
1748
389390
]
390391
}

npm-data/plugins/@cloudsuite/postcss-google-font.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,8 @@
113113
"license": "ISC",
114114
"readme": "# PostCSS Google Font\n\n## Improves the fork from https://github.com/yordis/postcss-google-font\n\n[PostCSS] plugin for import Google fonts.\n\n***Syntax:*** `@google-font font-family styles [args]`\n- ***font-family***: The name of the font. ***Compound family names*** should be wrapped out\ninside quotes or double quotes\n- ***styles***: The styles of the font. Use the comma for separated multiples styles: `400,500,700italic`\n- ***args*** (optional): The dislpay and subset of the font: `display=swap,subset=latin|latin-ext`\n\n```css\n@google-font Lato 400 subset=latin;\n@google-font Lato 400 display=swap,subset=latin|latin-ext;\n```\n\n```css\n@import url(https://fonts.googleapis.com/css?family=Lato:400?subset=latin);\n@import url(https://fonts.googleapis.com/css?family=Lato:400?display=swap&subset=latin,latin-ext);\n```\n\n## Usage\n\n```js\npostcss([ require('postcss-google-font') ])\n```\n\nSee [PostCSS] docs for examples for your environment.\n\n[PostCSS]: https://github.com/postcss/postcss\n",
115115
"readmeFilename": "README.md",
116-
"_downloads": 347
116+
"_downloads": [
117+
347,
118+
483
119+
]
117120
}

0 commit comments

Comments
 (0)