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
- Host: GitHub
- URL: https://github.com/chineseengineer/postcss-ui-transform-standard
- Owner: ChineseEngineer
- License: mit
- Created: 2019-06-17T03:26:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T01:29:08.000Z (over 3 years ago)
- Last Synced: 2025-06-13T20:53:37.649Z (12 months ago)
- Language: JavaScript
- Size: 635 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.