Skip to content

csstools/postcss-plugins-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b59a134 · May 17, 2025
Sep 15, 2024
Apr 14, 2025
May 17, 2025
May 16, 2025
May 17, 2025
Nov 13, 2024
Dec 10, 2022
Dec 27, 2022
Dec 14, 2022
Apr 21, 2025
Apr 21, 2025
Dec 10, 2022

Repository files navigation

PostCSS Plugin Directory

Requirements for inclusion :

  • published on npm
  • 50 monthly downloads from npm
  • postcss-plugin keyword in your package.json
  • valid repository link in your package.json
  • valid homepage link in your package.json
  • valid peerDependency value for postcss
  • OSI approved license
  • package version greater than 1.0.0

Requirements for plugin forks :

Forking plugins is a normal and essential part of a decentralized ecosystem of plugins. We only require that forks try to avoid confusion between themselves and the original plugin.

  • same as for regular plugins
  • repository link must be specific to your fork
  • homepage link must be specific to your fork

Incorrect forks are blocked through a code change in our scripts. If you corrected the issue and want to be included please open an issue.

Request removal from the directory :

If you do not want your plugin to be included, please let us know. We will remove it as soon as possible.

How it works :

  • we query npm for keywords:postcss-plugin
  • we check the results against the requirements listed above
  • if a new plugin or new version is detected:
    • open a pull request with the update
    • we manually review and merge/reject the update
  • daily job updates the directory page