UNPKG

@workday/canvas-kit-react

Version:

The parent module that contains all Workday Canvas Kit React components

40 lines (39 loc) 965 B
import { buildStyleFns } from '../buildStyleFns'; export const borderWidthStyleFnConfigs = [ { name: 'borderWidth', properties: ['borderWidth'], system: 'none', }, { name: 'borderTopWidth', properties: ['borderTopWidth'], system: 'none', }, { name: 'borderRightWidth', properties: ['borderRightWidth'], system: 'none', }, { name: 'borderBottomWidth', properties: ['borderBottomWidth'], system: 'none', }, { name: 'borderLeftWidth', properties: ['borderLeftWidth'], system: 'none', }, { name: 'borderInlineStartWidth', properties: ['borderInlineStartWidth'], system: 'none', }, { name: 'borderInlineEndWidth', properties: ['borderInlineEndWidth'], system: 'none', }, ]; export const borderWidthFns = buildStyleFns(borderWidthStyleFnConfigs);