Are there any CSS frameworks out there along the lines:
Takes CSS “as it should be” as input, maybe with some additional functionality
Outputs cross-browser CSS, with all IE6 hacks in place, using JavaScript and ImageMagick when necessary.
Are there any CSS frameworks out there along the lines: Takes CSS as it
Share
If you’re more comfortable with programming, and don’t want to deal with CSS hackery, you could always try a preprocessor framework like Compass which is built on SASS. Bootstrap (built on LESS) and Stylus are also worth looking at.