An open API service indexing awesome lists of open source software.

https://github.com/nodegui/postcss-nodegui-autoprefixer

A postcss plugin for prefixing css in NodeGui to make it work with Qt
https://github.com/nodegui/postcss-nodegui-autoprefixer

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.