0.1.0-canary-202206223232 • Published 4 years ago

@hashicorp/platform-postcss-config v0.1.0-canary-202206223232

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
4 years 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'),
}