MaikJaek/flying-saucer

Support Media Queries

Opened this issue · 1 comments

It would be cool to be able to include stylesheets by media quering. This would 
make it easier to render some Html as it would look on iPad, iPhone etc.

http://www.w3.org/TR/css3-mediaqueries/

Original issue reported on code.google.com by Michael.Krog on 5 Oct 2011 at 10:49

I agree.  I don't like that my css file is showing an error where the "and" is 
in the line of the @media:

@media screen and (max-width: 1000px)  {

      css stuff

}

Original comment by srober...@gmail.com on 16 Nov 2011 at 6:59