module.exports = { w: 'width', mxw: 'maxWidth', mnw: 'minWidth', h: 'height', mxh: 'maxHeight', mnh: 'minHeight', d: 'display', v: 'visibility', pi: 'position', t: 'top', r: 'right', b: 'bottom', l: 'left', i: 'inset', z: 'zIndex', m: 'margin', mt: 'marginTop', mr: 'marginRight', mb: 'marginBottom', ml: 'marginLeft', p: 'padding', pt: 'paddingTop', pr: 'paddingRight', pb: 'paddingBottom', pl: 'paddingLeft', bd: 'border', bdWidth: 'borderWidth', bdStyle: 'borderStyle', bdColor: 'borderColor', bdCollapse: 'borderCollapse', bdImage: 'borderImage', bdOutset: 'borderImageOutset', bdRepeat: 'borderImageRepeat', bdSlice: 'borderImageSlice', bdSource: 'borderImageSource', bdImageWidth: 'borderImageWidth', bdSpacing: 'borderSpacing', bt: 'borderTop', btWidth: 'borderTopWidth', btStyle: 'borderTopStyle', btColor: 'borderTopColor', br: 'borderRight', brWidth: 'borderRightWidth', brStyle: 'borderRightStyle', brColor: 'borderRightColor', bb: 'borderBottom', bbWidth: 'borderBottomWidth', bbStyle: 'borderBottomStyle', bbColor: 'borderBottomColor', bl: 'borderLeft', blWidth: 'borderLeftWidth', blStyle: 'borderLeftStyle', blColor: 'borderLeftColor', rd: 'borderRadius', rtr: 'borderTopRightRadius', rtl: 'borderTopLeftRadius', rbr: 'borderBottomRightRadius', rbl: 'borderBottomLeftRadius', bg: 'background', bgAttach: 'backgroundAttachment', bgClip: 'backgroundClip', bgColor: 'backgroundColor', bgImage: 'backgroundImage', bgOrigin: 'backgroundOrigin', bgPosition: 'backgroundPosition', bgRepeat: 'backgroundRepeat', bgSize: 'backgroundSize', bgBlend: 'backgroundBlendMode', fg: 'color', ff: 'fontFamily', fs: 'fontSize', fw: 'fontWeight', fv: 'fontVariant', fe: 'fontStretch', fi: 'fontStyle', lh: 'lineHeight', align: 'textAlign', alignLast: 'textAlignLast', decor: 'textDecoration', decorColor: 'textDecorationColor', decorLine: 'textDecorationLine', decorStyle: 'textDecorationStyle', decorThickness: 'textDecorationThickness', rounded: 'borderRadius', roundedTopRight: 'borderTopRightRadius', roundedTopLeft: 'borderTopLeftRadius', roundedBottomRight: 'borderBottomRightRadius', roundedBottomLeft: 'borderBottomLeftRadius', justify: 'justifyContent', items: 'alignItems', self: 'alignSelf', place: 'placeItems', gapRow: 'rowGap', gapCol: 'columnGap', grow: 'flexGrow', shrink: 'flexShrink', sd: 'boxShadow', sz: 'boxSizing', decorBreak: 'boxDecorationBreak', shrink: 'flexShrink', tt: 'textTransform', tf: 'transform', tfOrigin: 'transformOrigin', tfStyle: 'transformStyle', ti: 'transition', tiDelay: 'transitionDelay', tiDuration: 'transitionDuration', tiProperty: 'transitionProperty', tiTiming: 'transitionTimingFunction', anim: 'animation', animName: 'animationName', animDelay: 'animationDelay', animDirection: 'animationDirection', animDuration: 'animationDuration', animFill: 'animationFillMode', animCount: 'animationIterationCount', animPlay: 'animationPlayState', animTiming: 'animationTimingFunction' }