Conditional-CSS allows you to write maintainable CSS with conditional logic to target specific CSS statements at both individual browsers and groups of browsers.
Conditional-CSS - Features:
- 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
- Free and open source!
Conditional-CSS is available in three different formats. Which format you will wish to use will depend on your server, and the ease of installation. The available formats are:
- PHP - Perfect for installing Conditional-CSS on your server very quickly and easily.
- C# - Suitable for use under .Net (IIS / Mono) this version will run natively on Windows as either an ASHX handler, as a CGI interpreter or on the CLI.
- C binary - A little more involved to install, but much faster than the PHP version and can be used as an interpreter (see below for an explication).
Please login to continue.