0.0.13 • Published 1 year ago

@brudi/postcss-config v0.0.13

Weekly downloads
-
License
AX
Repository
github
Last release
1 year ago

@brudi/postcss-config

This package provides a shared PostCSS configuration that can be used in AX Next.js applications.

Usage

Install the config package as a dev dependency:

npm install --save-dev @brudi/postcss-config

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

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

CSS Processing

This package configures a standard stack of PostCSS plugins, listed below:

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago