UNPKG

@patreon/studio

Version:

Patreon Studio Design System

26 lines 1.29 kB
/** * This file is generated. Do not edit. * Generated on Mon Apr 07 2025 9:44:53 PM */ import { tokens } from '../../tokens'; import { wrapResponsive } from '../../utilities/opaque-responsive'; import { createResponsiveClassNameLookup, classNameForResponsiveValue } from '../../utilities/responsive-style'; import styles from './MarginLeft.module.css'; const classNameLookup = createResponsiveClassNameLookup(styles, { [tokens.global.space.x0]: 'marginLeftGlobalSpaceX0', [tokens.global.space.x12]: 'marginLeftGlobalSpaceX12', [tokens.global.space.x16]: 'marginLeftGlobalSpaceX16', [tokens.global.space.x20]: 'marginLeftGlobalSpaceX20', [tokens.global.space.x24]: 'marginLeftGlobalSpaceX24', [tokens.global.space.x32]: 'marginLeftGlobalSpaceX32', [tokens.global.space.x40]: 'marginLeftGlobalSpaceX40', [tokens.global.space.x48]: 'marginLeftGlobalSpaceX48', [tokens.global.space.x4]: 'marginLeftGlobalSpaceX4', [tokens.global.space.x56]: 'marginLeftGlobalSpaceX56', [tokens.global.space.x8]: 'marginLeftGlobalSpaceX8', }); export function classNameForMarginLeft({ marginLeft }) { const responsiveValue = wrapResponsive(marginLeft); return classNameForResponsiveValue(responsiveValue, classNameLookup); } //# sourceMappingURL=index.js.map