Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 453 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 453 Bytes

PostCSS

Enabled

This plugin is enabled when any of the following package names and/or regular expressions has a match in dependencies or devDependencies:

  • postcss
  • next

Default configuration

{
  "postcss": {
    "config": ["postcss.config.js", "postcss.config.json", "package.json"]
  }
}

Also see Knip plugins for more information about plugins.