@clarabridge/unified-react-components
Version:
Collection of Engage reusable components
45 lines (44 loc) • 883 B
JavaScript
module.exports = {
// Pixel
'0': '0',
'8': '8px',
'16': '16px',
'24': '24px',
'32': '32px',
'48': '48px',
'64': '64px',
'120': '120px',
'160': '160px',
'200': '200px',
'240': '240px',
'280': '280px',
'320': '320px',
'480': '480px',
'600': '600px',
'800': '800px',
'1000': '1000px',
// View
'20-vw': '20vw',
'25-vw': '25vw',
'33-vw': '33vw',
'40-vw': '40vw',
'50-vw': '50vw',
'60-vw': '60vw',
'66-vw': '66vw',
'75-vw': '75vw',
'80-vw': '80vw',
'100-vw': '100vw',
// Percent
'20-percent': '20%',
'25-percent': '25%',
'33-percent': '33%',
'40-percent': '40%',
'50-percent': '50%',
'60-percent': '60%',
'66-percent': '66%',
'75-percent': '75%',
'80-percent': '80%',
'100-percent': '100%',
// Specials
'auto': 'auto',
}