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

https://github.com/hrfmmymt/postcss-starter


https://github.com/hrfmmymt/postcss-starter

autoprefixer postcss stylelint

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# postcss-starter

> PostCSS's minimum starter kit

## Contains
- [x] autoprefixer
- [x] postcss-custom-properties
- [x] postcss-nested
- [x] stylelint

## Development

```sh
# Init
yarn install

# Tasks
yarn css # Compile
yarn w-css # Watch
yarn lint-css # stylelint
```