New High Score shareable config for PostCSS
npm install @newhighsco/postcss-configNew High Score shareable config for PostCSS
Install @newhighsco/postcss-config:
```
yarn add -D @newhighsco/postcss-config postcss
. To enable these rules, add a postcss.config.js at the root of your project. See the PostCSS configuration docs for more details.`javascript
// postcss.config.js
module.exports = require('@newhighsco/postcss-config');
`$3
`javascript
// postcss.config.js
module.exports = require('@newhighsco/postcss-config/purgecss');
``