@patreon/studio
Version:
Patreon Studio Design System
28 lines (23 loc) • 611 B
JavaScript
/**
* This file is generated. Do not edit.
* Generated on Wed Apr 02 2025 6:29:49 PM
*/
/**
* This is a helper object that contains the pixel values for each breakpoint.
**/
const breakpoints = { xs: 0, sm: 588, md: 796, lg: 978, xl: 1280, xxl: 1440 };
/**
* Suffixes to add to breakpoint classnames while using @responsive wrapped
* classnames so that the correct breakpoint styles are applied.
*/
const breakpointSuffixes = {
sm: 'BreakpointSm',
md: 'BreakpointMd',
lg: 'BreakpointLg',
xl: 'BreakpointXl',
xxl: 'BreakpointXxl',
};
module.exports = {
breakpoints,
breakpointSuffixes,
};