react-pur
Version:
React UI component library (using styled-components)
136 lines (131 loc) • 1.76 kB
JavaScript
export default [
// From 'styled-system'
'width',
'w',
'fontSize',
'f',
'color',
'bg',
'm',
'mt',
'mr',
'mb',
'ml',
'mx',
'my',
'p',
'pt',
'pr',
'pb',
'pl',
'px',
'py',
'active',
'ratio',
'bold',
'caps',
'size',
'left',
'center',
'right',
'justify',
'top',
'right',
'bottom',
'left',
'z',
'backgroundImage',
// From 'pur' library
'h',
'height',
'bg',
'background',
'backgroundColor',
'fl',
'fr',
'floatLeft',
'floatRight',
'alignSelfStart',
'alignSelfEnd',
'alignSelfCenter',
'alignSelfBaseline',
'alignSelfStretch',
'alignItemsStart',
'alignItemsEnd',
'alignItemsCenter',
'alignItemsBaseline',
'aligneItemsStretch',
'flexRow',
'flexRowReverse',
'flexColumn',
'flexColumnReverse',
'justifyContentStart',
'justifyContentEnd',
'justifyContentCenter',
'justifyContentBetween',
'justifyContentAround',
'mtAuto',
'mrAuto',
'mbAuto',
'mlAuto',
'mAuto',
'bgPrimary',
'bgSecondary',
'bgDanger',
'bgInfo',
'bgNeutral',
'bgSuccess',
'bgWarning',
'primary',
'secondary',
'danger',
'info',
'neutral',
'success',
'warning',
'muted',
'simple',
'absolute',
'fixed',
'relative',
'fontWeight',
'textAlign',
'textAlignCenter',
'textAlignLeft',
'textAlignRight',
'textAlignJustify',
'sm',
'md',
'lg',
'xl',
'theme',
'underlined',
'noHover',
'pill',
'block',
'disabled',
'large',
'outline',
'small',
'vertical',
'border',
'fluid',
'rounded',
'shadowed',
'focused',
'invisible',
'uppercased',
'hovered',
'isHeader',
'inverse',
'cursor',
'filled',
'checked',
'half',
'size',
'sm',
'md',
'lg',
'xl',
'spaceBetween',
];