PostCSS plugin A css auto prefixer for nodegui
npm install postcss-nodegui-autoprefixer[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 /
}
`js``
postcss([require("postcss-nodegui-autoprefixer")]);
See [PostCSS] docs for examples for your environment.