UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

15 lines (11 loc) 351 B
'use client'; 'use strict'; var px = require('../units-converters/px.cjs'); function getBreakpointValue(breakpoint, theme) { if (breakpoint in theme.breakpoints) { return px.px(theme.breakpoints[breakpoint]); } return px.px(breakpoint); } exports.getBreakpointValue = getBreakpointValue; //# sourceMappingURL=get-breakpoint-value.cjs.map