I was wondering what does the operators and, only, not and the comma , do and mean when used with the media queries?
Are there any other operators that can be used with the media queries?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please read the Media Queries Specification, it’s only 1 page long. In summary though:
andmeans both things must match,means one of the things must matchnotmeans the query is true when it doesn’t matchonlyis mentioned in the spec but I can’t find a definition. I suspect it does nothing.