@wordpress/postcss-plugins-preset 是一个用于 WordPress 开发的 PostCSS 可共享插件预设包,旨在简化 CSS 处理流程。它作为 Gutenberg 项目的一部分,以 monorepo 形式组织,支持 Node.js LTS 版本。
npm install @wordpress/postcss-plugins-preset --save。PostCSS sharable plugins preset for WordPress development.
Install the module
npm install @wordpress/postcss-plugins-preset --save
Note: This package requires Node.js version with long-term support status (check Active LTS or Maintenance LTS releases). It is not compatible with older versions.
This is an individual package that’s part of the Gutenberg project. The project is organized as a monorepo. It’s made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to npm and used by WordPress as well as other software projects.
To find out more about contributing to this package or Gutenberg as a whole, please read the project’s main contributor guide.