If you could have a magic #CSS linter/preprocessor that could flag *any* problems (selector conflicts, bad practices, etc), what would you like it to catch?
@keithjgrant throw an error for any instance of `div` in a selector and suggest semantic markup instead.