Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sadcitizen/postcss-config
- Owner: sadcitizen
- License: mit
- Created: 2018-05-11T08:14:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T10:47:11.000Z (almost 6 years ago)
- Last Synced: 2024-04-24T17:41:24.451Z (9 months ago)
- Topics: postcss, postcss-config, postcss-preset
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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');
```