0.0.7 • Published 5 years ago

postcss-nodegui-autoprefixer v0.0.7

Weekly downloads
357
License
MIT
Repository
github
Last release
5 years ago

PostCSS Nodegui Prefix Build Status

PostCSS plugin A css auto prefixer for nodegui.

.foo {
  /* Input example */
}
.foo {
  /* Output example */
}

Usage

postcss([require("postcss-nodegui-autoprefixer")]);

See PostCSS docs for examples for your environment.