zoltan-dulac / cssSandpaper

a CSS3 Polyfill that implements CSS3 transforms, box-shadow, gradients, opacity and RGBA/HSL/HSLA colours in browser that don't support them.
http://www.useragentman.com/blog/csssandpaper-a-css3-javascript-library/
208 stars 47 forks source link

Empty Class rule causes error in function indexRules #18

Open rmeske opened 10 years ago

rmeske commented 10 years ago

If a class rule does not have any properties and error is thrown in function indexRules.

To fix we wrapped the following lines with a condition on propertiesStr not being undefined.