at-import / breakpoint

Really simple media queries in Sass
MIT License
2.09k stars 142 forks source link

Are Level 4 Media Queries supported??? #186

Open zurie opened 3 years ago

zurie commented 3 years ago

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....

maryfranharper commented 3 years ago

still can't get into facebook

zurie commented 3 years ago

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?

aykut-rocks commented 8 months ago

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