fis-spriter-csssprites
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -14,3 +14,3 @@ /* | ||
, __image_url_re = /url\s*\(\s*("(?:[^\\"\r\n\f]|\\[\s\S])*"|'(?:[^\\'\n\r\f]|\\[\s\S])*'|[^)}]+)\s*\)/i | ||
, __support_position_re = /(0|[+-]?(?:\d*\.|)\d+px|left|right)\s*(0|[+-]?(?:\d*\.|)\d+px|top)/i | ||
, __support_position_re = /(0|[+-]?(?:\d*\.|)\d+px|left|right)\s+(0|[+-]?(?:\d*\.|)\d+px|top)/i | ||
, __support_size_re = /(\d+px)\s*(\d+px)/i //只支持px | ||
@@ -17,0 +17,0 @@ , __repeat_re = /\brepeat-(x|y)/i |
{ | ||
"name": "fis-spriter-csssprites", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "基于fis的csssprite,支持repeat-x,repeat-x,background-position", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |