freecyber

Results 1 issues of freecyber

@-moz-document domain(foo.com){ @media (min-width:30em){x{foo:bar} } } beautifies to @-moz-document domain(foo.com) { @ media (min-width:30em) { x{foo: bar; } } } and other nested @-rules have the same issue (separation of...