We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Media Queries Level 4
@media (hover: none) { // look mom! i might be a touch device }
how would I write the query above in the current form?
when i do
@import breakpoint($phone) { }
and $phone: (hover none); or hover: 'none' or etc etc down the list, nothing is currently working....
The text was updated successfully, but these errors were encountered:
still can't get into facebook
Sorry, something went wrong.
Media Queries Level 4 @media (hover: none) { // look mom! i might be a touch device } how would I write the query above in the current form? when i do @import breakpoint($phone) { } and $phone: (hover none); or hover: 'none' or etc etc down the list, nothing is currently working....
Anyone have any info?
sorry, i read this issue too late, i've created a more specific issue for the hover problem and described the solution approach. #193
No branches or pull requests
Media Queries Level 4
@media (hover: none) {
// look mom! i might be a touch device
}
how would I write the query above in the current form?
when i do
@import breakpoint($phone) { }
and $phone: (hover none); or hover: 'none' or etc etc down the list, nothing is currently working....
The text was updated successfully, but these errors were encountered: