UNPKG

postcss-nodegui-autoprefixer

Version:
28 lines (20 loc) 514 B
# PostCSS Nodegui Prefix [![Build Status][ci-img]][ci] [PostCSS] plugin A css auto prefixer for nodegui. [postcss]: https://github.com/postcss/postcss [ci-img]: https://travis-ci.org/master-atul/postcss-nodegui-autoprefixer.svg [ci]: https://travis-ci.org/master-atul/postcss-nodegui-autoprefixer ```css .foo { /* Input example */ } ``` ```css .foo { /* Output example */ } ``` ## Usage ```js postcss([require("postcss-nodegui-autoprefixer")]); ``` See [PostCSS] docs for examples for your environment.