Conditional-CSS Conditional-CSS allows you to write maintainable CSS with conditional logic to target specific CSS statements at both individual browsers and groups of browsers. * Target CSS to any web-browser * Streamline maintenance of your CSS files * Optimise your CSS * Work around those annoying little CSS bugs * Automatic expansion and inclusion of @import statements * It's free and open source! By ycc2106in Public bookmarkswith browserconditioncssopensourcesoftwareby 2 users
Google Open Source Blog: CSS Selector Shell Released So far this tool has proven quite useful by showing what happens when developers try to make use of CSS selector syntax that may not be supported in a particular browser. Specifically, it can show how and perhaps why a particular CSS hack works in some browsers and how it is ignored in others. It can also demonstrate the potential for harm when using unsupported CSS syntax in some browsers. By fjordaanin Public bookmarkswith browsercsscsstextgoogleselectorshellsupporttest