jouni-kantola / ruin

A CSS post-processor that saves bytes over the wire by shortening names of CSS classes.
MIT License
2 stars 0 forks source link

first ruined script #22

Open jouni-kantola opened 8 years ago

jouni-kantola commented 8 years ago

Since a lot of CSS class lists are modified in JS, we need to modify scripts as well.

jouni-kantola commented 8 years ago

One case we need to cover:

Given: Found CSS class: .description When: Existing JS property: item.description Then: Object item's property description remains unchanged after ruin has touched the file.