Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Removes default postcss config and instead will use postcss.config.js
- Host: GitHub
- URL: https://github.com/SaraVieira/preact-cli-postcss
- Owner: SaraVieira
- License: mit
- Created: 2017-07-10T21:13:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T03:24:31.000Z (over 3 years ago)
- Last Synced: 2024-10-16T23:56:33.370Z (3 months ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-preact - Preact CLI PostCSS - It removes the default postcss config on Preact CLI, so you can use postcss.config.js. (Uncategorized / Uncategorized)
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