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 Honestly, less selector conflicts and /certainly/ not "bad practices" (especially code style, I am sick and tired of tools trying to tell me how to style my code, I have my own style in mind thank you) and more like
weird gotchas, like how you need to set the margin to 0 on html, body if you want to make it height: 100% without an annoying little scrollbar.
