UNPKG

react-life-design

Version:
7 lines 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styledByMediaQuery = function (style, breakpoint) { if (breakpoint === void 0) { breakpoint = '768px'; } return "\n @media screen and (min-width: " + breakpoint + ") {\n " + style + ";\n }\n"; }; //# sourceMappingURL=styles.js.map