As I have read in my mobile web development book, rules that over-lap between desktop and semi-mobile versions of the site, need to be consolidated into their own common section of CSS so there aren't duplicate rules.

Do you know of any tools that make it faster to eliminate duplicate CSS such as this?

1 answer

1
point

Have you tried CSS Lint? Click the arrow by the Lint! button and it'll open up some options you can play with. Make sure "Disallow duplicate properties" is checked.

Answered 11 months ago by Artistic Abode