hugojerez / flying-saucer

Automatically exported from code.google.com/p/flying-saucer
0 stars 0 forks source link

Support Media Queries #176

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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