UNPKG

style-dictionary-utils

Version:
15 lines (14 loc) 360 B
import styleDictionary from 'style-dictionary'; export const cssExtended = { name: 'css/extended', transforms: [ ...styleDictionary.hooks.transformGroups['css'], 'color/rgbAlpha', 'shadow/css', 'font/css', 'fontFamily/css', 'fontWeight/number', 'cubicBezier/css', 'border/css', ], };