Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sadcitizen/postcss-config

@sadcitizen/postcss-config - PostCSS shareable config
https://github.com/sadcitizen/postcss-config

postcss postcss-config postcss-preset

Last synced: 16 days ago
JSON representation

@sadcitizen/postcss-config - PostCSS shareable config

Awesome Lists containing this project

README

        

# @sadcitizen/postcss-config

[![Build Status](https://travis-ci.org/sadcitizen/postcss-config.svg?branch=master)](https://travis-ci.org/sadcitizen/postcss-config)

> Configuration for PostCSS

## Install

```
$ npm install @sadcitizen/postcss-config
```

## Usage

`postcss.config.js`:

```js
module.exports = require('@sadcitizen/postcss-config');
```