Add query to detect mobile devices

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-27 17:03:02 +03:00
parent 97a20ee9d7
commit bdb4ceb457

View File

@@ -90,3 +90,9 @@
@content;
}
}
@mixin mx_ismobile {
@media (hover: hover) and (pointer: fine) {
@content;
}
}