Home | History | Annotate | Download | only in parse-only

Lines Matching full:exclude

612 // exclude the following css properties to add px
613 var exclude = /z-?index|font-?weight|opacity|zoom|line-?height/i,
704 return typeof value === "number" && type == "curCSS" && !exclude.test( name ) ?