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

https://github.com/chineseengineer/postcss-ui-transform-standard

ui 375 to 750
https://github.com/chineseengineer/postcss-ui-transform-standard

Last synced: 11 months ago
JSON representation

ui 375 to 750

Awesome Lists containing this project

README

          

# PostCSS UI To 750 [![Build Status][ci-img]][ci]

[PostCSS] plugin ui to 750.

[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://travis-ci.org/itmvp@qq.com/postcss-cubeui-transform.svg
[ci]: https://travis-ci.org/itmvp@qq.com/postcss-cubeui-transform

```css
.cube {
font-size: 12px;
}
```

```css
.cube {
font-size: 24px;
}
```

## Usage

```js
module.exports = {
'postcss-cubeui-transform': {
include: /(ui)/
}
}
```

See [PostCSS] docs for examples for your environment.