@newhighsco/postcss-config
v3.5.291
Published
New High Score shareable config for PostCSS
Downloads
1,309
Readme
postcss-config
New High Score shareable config for PostCSS
Installation
Install @newhighsco/postcss-config
:
yarn add -D @newhighsco/postcss-config postcss
Usage
New High Score PostCSS rules come bundled in @newhighsco/postcss-config
. To enable these rules, add a postcss.config.js
at the root of your project. See the PostCSS configuration docs for more details.
// `postcss.config.js`
module.exports = require('@newhighsco/postcss-config');
PurgeCSS
// `postcss.config.js`
module.exports = require('@newhighsco/postcss-config/purgecss');