A lot of our CSS pages have selectors like "button" and "input" or have unclear class names or IDs. This will become a problem as our product gets bigger because the CSS will affect new elements that we don't want to be affected. Let's clean this up now before it gets our of control.
A lot of our CSS pages have selectors like "button" and "input" or have unclear class names or IDs. This will become a problem as our product gets bigger because the CSS will affect new elements that we don't want to be affected. Let's clean this up now before it gets our of control.