zhanjh / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

different css for different user agent #245

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
how can i apeend different css for different browser?

style.common.css // for IE 9 and others.. chrom, safari, firefox and etc 
style.ie8.css
style.ie7.css
style.ie6.css

i dont wanna use
<if IE 6> tag

how can i use it?

Original issue reported on code.google.com by wind...@gmail.com on 14 Oct 2011 at 4:44