0.2.0 • Published 1 year ago

@hashicorp/platform-postcss-config v0.2.0

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
1 year ago

@hashicorp/platform-postcss-config

This package provides a shared PostCSS configuration that can be used in HashiCorp Next.js sites.

Usage

Install the config package as a dev dependency:

npm install --save-dev @hashicorp/platform-postcss-config

Create a postcss.config.js file if it doesn't exist, and import the package.

module.exports = {
  ...require('@hashicorp/platform-postcss-config'),
}