I was thinking this morning, my mind was on CSS and creating different style sheets for IE7, IE8, FF, etc.. I started wondering if there was a tool that exists to make this easier. I was thinking something along the lines of this:
- Build the "core" style sheet.
- Any time a "broken" rule is entered into the "core" style sheet, a fix is added to the associated browser specific style sheet.
- If a fix is added it would also be noted, so you know that a particular style has extras in the browser specific sheets.
This could work in two different ways, either automatic, IDE style, or as a tool which you input the core css and output all the different css you need.
Thoughts? Does something like this exist?