UNPKG

@nex-ui/react

Version:

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

14 lines (10 loc) • 230 B
'use strict'; var system = require('@nex-ui/system'); const borderWidths = system.defineTokens.borderWidths({ xs: '0.5px', sm: '1px', md: '2px', lg: '4px', xl: '8px' }); exports.borderWidths = borderWidths;