react-life-design
Version:
Life Design UI components
7 lines • 328 B
JavaScript
;
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