Open zurie opened 3 years ago
still can't get into facebook
@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. https://github.com/at-import/breakpoint/issues/193
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....