santiycr / cssify

XPATH to CSS translator
MIT License
132 stars 46 forks source link

Cope with attributes with spaces in their values #2

Closed palfrey closed 13 years ago

palfrey commented 13 years ago

If you're trying to match an attribute whose value has a space in the name, you need to wrap in with quotes. They're omittable for values without spaces, but not for ones with them!