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: about 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T10:47:11.000Z (over 7 years ago)
- Last Synced: 2025-10-05T09:51:58.991Z (9 months ago)
- Topics: postcss, postcss-config, postcss-preset
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @sadcitizen/postcss-config
[](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');
```