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

https://github.com/stardust-configs/postcss-config

Shareable PostCSS config
https://github.com/stardust-configs/postcss-config

postcss postcss-config

Last synced: about 1 year ago
JSON representation

Shareable PostCSS config

Awesome Lists containing this project

README

          

# @stardust-configs/postcss-config

> Shareable PostCSS config

## Install

```sh
npm install @stardust-configs/postcss-config --save-dev
```

or

```sh
yarn add @stardust-configs/postcss-config --dev
```

## Usage

Edit `postcss.config.js`.

```js
module.exports = require('@stardust-configs/postcss-config').defaultConfig
```

## Override

Override `postcss.config.js`.

```js
module.exports = require('@stardust-configs/postcss-config').defineConfig({
importFrom: './src/styles/variables.css',
})
```

## Author

[@p-chan](https://github.com/p-chan)

## License

MIT