postcss-plugin-weex
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "postcss-plugin-weex", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "postcss plugin for weex-vue-render.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# postcss-plugin-weex | ||
postcss plugin for weex-vue-render. | ||
postcss plugin for [weex-vue-render](https://npmjs.com/package/weex-vue-render). | ||
[![build](https://travis-ci.org/MrRaindrop/postcss-plugin-weex.svg?branch=master)](https://travis-ci.org/MrRaindrop/postcss-plugin-weex) | ||
[![pkg](https://img.shields.io/npm/v/postcss-plugin-weex.svg?style=flat)](https://npmjs.com/package/postcss-plugin-weex) | ||
[![down](https://img.shields.io/npm/dm/postcss-plugin-weex.svg)](https://npmjs.com/package/postcss-plugin-weex) | ||
[![Package Quality](http://npm.packagequality.com/shield/postcss-plugin-weex.svg)](http://packagequality.com/#?package=postcss-plugin-weex) | ||
## styles | ||
@@ -5,0 +11,0 @@ |
@@ -13,3 +13,3 @@ const postcss = require('postcss') | ||
const unitRegx = function (unit) { | ||
return new RegExp(`([+-]?\\d+(?:.\\d*)?)(${unit})`, ) | ||
return new RegExp(`([+-]?\\d+(?:.\\d*)?)(${unit})`, 'gi') | ||
} | ||
@@ -16,0 +16,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8151
18
17