Skip to content

Commit 7e983cf

Browse files
collect plugins data
1 parent 02d5c26 commit 7e983cf

195 files changed

Lines changed: 2611 additions & 2827 deletions

File tree

Some content is hidden

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

npm-data/links.json

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

npm-data/maintained-plugins.json

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

npm-data/maybe-plugins.json

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

npm-data/plugins.json

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

npm-data/plugins/@akst.io/postcss-media-value.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,5 +397,5 @@
397397
"bugs": {
398398
"url": "https://github.com/AKST/postcss-media-value/issues"
399399
},
400-
"_downloads": 18
400+
"_downloads": 17
401401
}

npm-data/plugins/@amatiasq/postcss-discard-duplicates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@
239239
"license": "MIT",
240240
"readme": "# [postcss][postcss]-discard-duplicates [![Build Status](https://travis-ci.org/ben-eb/postcss-discard-duplicates.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/postcss-discard-duplicates.svg)][npm] [![Dependency Status](https://gemnasium.com/ben-eb/postcss-discard-duplicates.svg)][deps]\n\n> Discard duplicate rules in your CSS files with PostCSS.\n\n## Install\n\nWith [npm](https://npmjs.org/package/postcss-discard-duplicates) do:\n\n```\nnpm install postcss-discard-duplicates --save\n```\n\n## Example\n\nThis module will remove all duplicate rules from your stylesheets. It works on\nat rules, normal rules and declarations. Note that this module does not have any\nresponsibility for normalising declarations, selectors or whitespace, so that it\nconsiders these two rules to be different:\n\n```css\nh1, h2 {\n color: blue;\n}\n\nh2, h1 {\n color: blue;\n}\n```\n\nIt has to assume that your rules have already been transformed by another\nprocessor, otherwise it would be responsible for too many things.\n\n### Input\n\n```css\nh1 {\n margin: 0 auto;\n margin: 0 auto\n}\n\nh1 {\n margin: 0 auto\n}\n```\n\n### Output\n\n```css\nh1 {\n margin: 0 auto\n}\n```\n\n## Options\n\n### `retainFirstOccurrence`\n\nType: `Boolean`<br/>\nDefault: `false`\n\nWhen `true`, only the first occurrence of any duplicates found will be retained.\n\nWhen `false`, the last occurrence of any duplicates found will be retained _(this\nis the default behavior)_.\n\n#### Example\n\n> When `retainFirstOccurrence` = `true`.\n\n**Input**\n```css\nh1 {\n margin: 0 auto;\n}\nh2 {\n color: #333;\n}\nh1 {\n margin: 0 auto;\n}\n```\n\n**Output**\n```css\nh1 {\n margin: 0 auto;\n}\nh2 {\n color: #333;\n}\n```\n\n## Usage\n\nSee the [PostCSS documentation](https://github.com/postcss/postcss#usage) for\nexamples for your environment.\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n| [<img src=\"https://avatars.githubusercontent.com/u/1282980?v=3\" width=\"100px;\"/><br /><sub>Ben Briggs</sub>](http://beneb.info)<br />[💻](https://github.com/ben-eb/postcss-discard-duplicates/commits?author=ben-eb) [📖](https://github.com/ben-eb/postcss-discard-duplicates/commits?author=ben-eb) 👀 [⚠️](https://github.com/ben-eb/postcss-discard-duplicates/commits?author=ben-eb) | [<img src=\"https://avatars.githubusercontent.com/u/5635476?v=3\" width=\"100px;\"/><br /><sub>Bogdan Chadkin</sub>](https://github.com/TrySound)<br />[💻](https://github.com/ben-eb/postcss-discard-duplicates/commits?author=TrySound) 👀 [⚠️](https://github.com/ben-eb/postcss-discard-duplicates/commits?author=TrySound) | [<img src=\"https://avatars.githubusercontent.com/u/68302?v=3\" width=\"100px;\"/><br /><sub>Lee Houghton</sub>](https://github.com/asztal)<br />[💻](https://github.com/ben-eb/postcss-discard-duplicates/commits?author=asztal) | [<img src=\"https://avatars.githubusercontent.com/u/1737375?v=3\" width=\"100px;\"/><br /><sub>Andy Jansson</sub>](https://github.com/andyjansson)<br />[💻](https://github.com/ben-eb/postcss-discard-duplicates/commits?author=andyjansson) [⚠️](https://github.com/ben-eb/postcss-discard-duplicates/commits?author=andyjansson) |\n| :---: | :---: | :---: | :---: |\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors] specification. Contributions of\nany kind welcome!\n\n## License\n\nMIT © [Ben Briggs](http://beneb.info)\n\n\n[all-contributors]: https://github.com/kentcdodds/all-contributors\n[ci]: https://travis-ci.org/ben-eb/postcss-discard-duplicates\n[deps]: https://gemnasium.com/ben-eb/postcss-discard-duplicates\n[npm]: http://badge.fury.io/js/postcss-discard-duplicates\n[postcss]: https://github.com/postcss/postcss\n",
241241
"readmeFilename": "README.md",
242-
"_downloads": 7
242+
"_downloads": 9
243243
}

npm-data/plugins/@applaud/cssnano.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,5 +582,5 @@
582582
"license": "MIT",
583583
"readme": "# @applaud/cssnano\n\n\n## Install\n\n```bash\nnpm install @applaud/cssnano\n```\n\n\n<h2 align=\"center\">Maintainers</h2>\n\n<table>\n <tbody>\n <tr>\n <td align=\"center\">\n <a href=\"https://github.com/Applaud-devpack\">\n <img width=\"150\" height=\"150\" src=\"https://github.com/Applaud-devpack.png?v=3&s=150\">\n </br>\n Applaud Dev team\n </a>\n </td>\n </tr>\n <tbody>\n</table>\n",
584584
"readmeFilename": "README.md",
585-
"_downloads": 62
585+
"_downloads": 50
586586
}

npm-data/plugins/@birdiegyal/postcss-hsl-trans.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@
109109
"license": "MIT",
110110
"readme": "# postcss-hsl-trans\n[PostCSS](https://github.com/postcss/postcss) plugin to convert hex colors to hsl.\n\n```css\n/* input: global.css */\n:root {\n --background: #fbfbf2;\n --foreground: #080708;\n}\n```\n\n```css\n/* output: global_built.css */\n:root {\n --background: 60 53% 97%;\n --foreground: 300 7% 3%;\n}\n```\n\n## Install\n\n```bash\nnpm i -D postcss-hsl-trans\n```\n\n## Usage\n\n```js\n// postcss.config.js\n\nexport default {\n plugins: {\n /* always add new plugins on the top as mentioned in the tw docs. */\n \"postcss-hsl-trans\": {},\n tailwindcss: {},\n autoprefixer: {}\n }\n}\n\n```\n\nSee [PostCSS](https://github.com/postcss/postcss) docs for examples for your environment.\n\n## Reasoning\n\nThis plugin allows you to use HEX colors all over your css file and upon build, transforms your HEX values to HSL for better compatibility with shadcn/ui. You can preview your colors too when using HEX values all over your stylesheet.\n\n\n",
111111
"readmeFilename": "README.md",
112-
"_downloads": 7
112+
"_downloads": 10
113113
}

npm-data/plugins/@brifui/postcss.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,5 +797,5 @@
797797
],
798798
"readme": "ERROR: No README data found!",
799799
"readmeFilename": "",
800-
"_downloads": 50
800+
"_downloads": 188
801801
}

npm-data/plugins/@csstools/postcss-content-alt-text.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,5 +871,5 @@
871871
],
872872
"readme": "# PostCSS Content Alt Text [<img src=\"https://postcss.github.io/postcss/logo.svg\" alt=\"PostCSS Logo\" width=\"90\" height=\"90\" align=\"right\">][PostCSS]\n\n`npm install @csstools/postcss-content-alt-text --save-dev`\n\n[PostCSS Content Alt Text] generates fallback values for `content` with alt text following the [CSS Generated Content Module].\n\n```css\n.foo {\n\tcontent: url(tree.jpg) / \"A beautiful tree in a dark forest\";\n}\n\n.bar {\n\tcontent: \">\" / \"\";\n}\n\n/* becomes */\n\n.foo {\n\tcontent: url(tree.jpg) \"A beautiful tree in a dark forest\";\n\tcontent: url(tree.jpg) / \"A beautiful tree in a dark forest\";\n}\n\n.bar {\n\tcontent: \">\" ;\n\tcontent: \">\" / \"\";\n}\n```\n\n## Usage\n\nAdd [PostCSS Content Alt Text] to your project:\n\n```bash\nnpm install postcss @csstools/postcss-content-alt-text --save-dev\n```\n\nUse it as a [PostCSS] plugin:\n\n```js\nconst postcss = require('postcss');\nconst postcssContentAltText = require('@csstools/postcss-content-alt-text');\n\npostcss([\n\tpostcssContentAltText(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n\n\n## Options\n\n### preserve\n\nThe `preserve` option determines whether the original notation\nis preserved. By default, it is preserved.\n\n```js\npostcssContentAltText({ preserve: false })\n```\n\n```css\n.foo {\n\tcontent: url(tree.jpg) / \"A beautiful tree in a dark forest\";\n}\n\n.bar {\n\tcontent: \">\" / \"\";\n}\n\n/* becomes */\n\n.foo {\n\tcontent: url(tree.jpg) \"A beautiful tree in a dark forest\";\n}\n\n.bar {\n\tcontent: \">\" ;\n}\n```\n\n### stripAltText\n\nThe `stripAltText` option determines whether the alt text is removed from the value. \nBy default, it is not removed. \nInstead it is added to the `content` value itself to ensure content is accessible.\n\nOnly set this to `true` if you are sure the alt text is not needed.\n\n```js\npostcssContentAltText({ stripAltText: true })\n```\n\n```css\n.foo {\n\tcontent: url(tree.jpg) / \"A beautiful tree in a dark forest\";\n}\n\n.bar {\n\tcontent: \">\" / \"\";\n}\n\n/* becomes */\n\n.foo {\n\tcontent: url(tree.jpg) ;\n\tcontent: url(tree.jpg) / \"A beautiful tree in a dark forest\";\n}\n\n.bar {\n\tcontent: \">\" ;\n\tcontent: \">\" / \"\";\n}\n```\n\n[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test\n[css-url]: https://cssdb.org/#content-alt-text\n[discord]: https://discord.gg/bUadyRwkJS\n[npm-url]: https://www.npmjs.com/package/@csstools/postcss-content-alt-text\n\n[PostCSS]: https://github.com/postcss/postcss\n[PostCSS Content Alt Text]: https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text\n[CSS Generated Content Module]: https://drafts.csswg.org/css-content/#content-property\n",
873873
"readmeFilename": "README.md",
874-
"_downloads": 4301923
874+
"_downloads": 4318369
875875
}

0 commit comments

Comments
 (0)