a CSS3 Polyfill that implements CSS3 transforms, box-shadow, gradients, opacity and RGBA/HSL/HSLA colours in browser that don't support them.
208
stars
47
forks
source link
Empty Class rule causes error in function indexRules #18
Open
rmeske opened 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.