Current section

Files

Jump to
nimble_template priv templates nimble_template assets nimble_js helpers screen.js
Raw

priv/templates/nimble_template/assets/nimble_js/helpers/screen.js

"use strict";
export const isMobileScreenSize = () => {
return window.matchMedia("(max-width: 767px)").matches;
};