gulp-px2rem-converter
Version:
Gulp plugin. Converts all properties in pixels to rem, also converts all media in pixels in em
27 lines (21 loc) • 632 B
Markdown
# Changelog
## 1.5.0 The Promised Hashing
- fixed bugs return px in empty :root
- fixed bugs return px in empty html
- fixed bugs return html in empty :root
- fixed bugs return 16px in empty :root and html
- fixed bugs default parameters
## total tests
```
- PASS test/getRoot.spec.js
- PASS test/genMedia.spec.js (16.258 s)
- PASS test/findRoot.spec.js
- PASS test/genExpectTag.spec.js
- PASS test/genInPx.spec.js
- PASS test/genDefault.spec.js
- PASS test/getTypePx.spec.js
- PASS test/getTypeDefault.spec.js
- PASS test/getTypeP.spec.js
Test Suites: 9 passed, 9 total
Tests: 12289 passed, 12289 total
```