Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 425 Bytes

UPDATING_POSTCSS.md

File metadata and controls

14 lines (8 loc) · 425 Bytes

Updating PostCSS

see : packages/postcss-tape/package.json

Set the postcss version to match the peer dependency of all plugins.
Set the postcss-oldest-supported depending on community needs. This can be the same as the postcss version.

  • Plugins use ^MAJOR.MINOR.
  • PostCSS Tape uses ~MAJOR.MINOR.

Avoid increasing these versions when possible.

Major version updates are also always a breaking change.