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
- Host: GitHub
- URL: https://github.com/nodegui/postcss-nodegui-autoprefixer
- Owner: nodegui
- License: mit
- Created: 2019-08-05T23:08:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T12:53:55.000Z (almost 3 years ago)
- Last Synced: 2025-10-04T08:18:26.093Z (2 months ago)
- Language: TypeScript
- Size: 306 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.