UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

35 lines (32 loc) • 567 B
import { defineTokens } from '@nex-ui/system'; const sizes = defineTokens.sizes({ max: 'max-content', min: 'min-content', full: '100%', px: '1px', 1: '4px', 1.5: '6px', 2: '8px', 2.5: '10px', 3: '12px', 3.5: '14px', 4: '16px', 4.5: '18px', 5: '20px', 5.5: '22px', 6: '24px', 6.5: '26px', 7: '28px', 7.5: '30px', 8: '32px', 8.5: '34px', 9: '36px', 9.5: '38px', 10: '40px', 11: '44px', 12: '48px', 13: '52px', 14: '56px', 15: '60px' }); export { sizes };