mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
var mobileQuery = matchMedia('(max-width: 900px)');
|
|
|
|
export default mobileQuery;
|