nodegui / postcss-nodegui-autoprefixer

A postcss plugin for prefixing css in NodeGui to make it work with Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A postcss plugin for prefixing css in NodeGui to make it work with Qt

License:MIT License


Languages

Language:TypeScript 97.0%Language:JavaScript 3.0%