Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SaraVieira/preact-cli-postcss

Removes default postcss config and instead will use postcss.config.js
https://github.com/SaraVieira/preact-cli-postcss

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# preact-cli-postcss

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

## Getting Started

Install it via npm:

```shell
npm install preact-cli-postcss
```

yarn:

```shell
yarn add preact-cli-postcss --dev
```

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

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

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

## License

MIT