I compile my gwt project with gwt-style=OBF. Now I realize that this
generates media queries where the space between "and" and "(" is missing.
So out of
@media screen and ( ... gets
@media screen and(
As you can see the space between "and" and "(" is missing.
According to W3C <https://www.w3.org/TR/css3-mediaqueries/>this not ok and
also does not work (at least in chrome and firefox).
You can easily test this in chrome by adding a @media query for example in
chrome by adding a rule to the inspector style sheet as desribed here
<http://stackoverflow.com/questions/28069389/enter-css-media-queries-in-chrome-developer-tools>.
You will see that adding the space between "and" and "(" changes
everything! :-)
Do you have any idea how to generate working css and still use gwt
code obfuscation?
Thanks in advance
Hannes
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.