UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

11 lines (9 loc) 199 B
'use strict'; /** * Check whether a media query is a custom * @param {string} mediaQuery * @returns {boolean} */ module.exports = function (mediaQuery) { return mediaQuery.startsWith('--'); };