function wrapInMediaQuery()

in index.js [2:8]


function wrapInMediaQuery(node) {
    return (
        '@media (hover: hover), (-moz-touch-enabled: 0), (-ms-high-contrast: none), (-ms-high-contrast: active) {' +
        node +
        '}'
    );
}