PostCSS plugin A css auto prefixer for nodegui.
.foo {
/* Input example */
}.foo {
/* Output example */
}postcss([require("postcss-nodegui-autoprefixer")]);See PostCSS docs for examples for your environment.
A postcss plugin for prefixing css in NodeGui to make it work with Qt
TypeScriptMIT