Cross-browser CSS builder
Add opacity rule for IE
Add -webkit-* rule based on -moz-* rule
PHP array
Original (parsed)
Modified for cross-browsers
/* this will remove comment */ .radius { -moz-border-radius: 3px; text-shadow: 1px 1px; opacity: 0.4; } .shadow { -moz-box-shadow: 3px 2px 2px #000; -moz-border-radius: 3px 4px; } @foobar { bar: foo; } #foo { foo:bar; } @import url("foo.css") print; @import "bar.css"