1.1.1 • Published 7 years ago

preact-cli-postcss v1.1.1

Weekly downloads
68
License
MIT
Repository
github
Last release
7 years ago

preact-cli-postcss

Removes default postcss config and instead will use postcss.config.js

Getting Started

Install it via npm:

npm install preact-cli-postcss

yarn:

yarn add preact-cli-postcss --dev

And include in your project by creating a preact.config.js

const preactCliPostCSS = require('preact-cli-postcss');

export default function (config, env, helpers) {
	preactCliPostCSS(config, helpers);
}

License

MIT

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago