UNPKG

style-dictionary-utils

Version:
7 lines (6 loc) 229 B
import { Transform } from 'style-dictionary/types'; /** * fontFamilyCss * @description if fontFamily is an array, join it with commas and wrap font names with spaces in quotes */ export declare const fontFamilyCss: Transform;