# Standard CSS

> Standard CSS plugin configuration

Configures the [postcss][] library with a sensible default plugin list.

---

- [Install](#install)
- [API](#api)
  - [standard](#standard)
    - [Options](#options)
  - [See Also](#see-also)
- [License](#license)

---

## Install

```
yarn add makestatic-css-standard
```

## API

### standard

```javascript
standard([options])
```

Standard CSS plugin configuration.

* `options` Object CSS configuration options.

#### Options

* `parser` String=sugarss the CSS parser.
* `features` Object `postcss-cssnext` features.
* `browsers` Array `postcss-cssnext` browser list query.
* `import` Object options for the `postcss-import` plugin.
* `rucksack` Object options for the `rucksack-css` plugin.

### See Also

* [Cssnext](http://cssnext.io "Cssnext")
* [Browserslist](https://github.com/ai/browserslist "Browserslist")
* [Sugarss](https://github.com/postcss/sugarss "Sugarss")
* [Postcss Import](https://github.com/postcss/postcss-import "Postcss Import")
* [Rucksack](https://simplaio.github.io/rucksack "Rucksack")

## License

MIT

---

Created by [mkdoc](https://github.com/mkdoc/mkdoc) on March 12, 2017

[docs]: https://makestatic.ws/docs/ "Documentation"
[standalone manual]: https://github.com/makestatic/website/blob/master/MANUAL.md "Standalone Manual"
[yarn]: https://yarnpkg.com "Yarn"
[webpack]: https://webpack.js.org "Webpack"
[babel]: https://babeljs.io "Babel"
[postcss]: http://postcss.org "Postcss"
[sugarss]: https://github.com/postcss/sugarss "Sugarss"
[reshape]: https://github.com/reshape/reshape "Reshape Source Code"
[reshapeml]: https://reshape.ml "Reshape"
[clean-css]: https://github.com/jakubpawlowicz/clean-css "Clean CSS"
[html-minifier]: https://github.com/kangax/html-minifier "Html Minifier"
[uglify-js]: https://github.com/mishoo/UglifyJS2 "Uglify JS"
[imagemin]: https://github.com/imagemin/imagemin "Imagemin"
[mkdoc]: https://github.com/mkdoc/mkdoc "Mkdoc"
[browsersync]: https://www.browsersync.io "Browsersync"
[yeoman]: http://yeoman.io "Yeoman"
[spike]: https://www.spike.cf "Spike"
[validator]: https://github.com/validator/validator "HTML Validator"
[github pages]: https://pages.github.com "Github Pages"
[amazon s3]: https://aws.amazon.com/s3/ "Amazon S3"
[google sitemaps]: https://support.google.com/webmasters/answer/183668?hl=en&ref_topic=4581190 "Google Sitemaps"
[sitemaps]: https://www.sitemaps.org/ "Sitemaps"

