UNPKG

style-dictionary-utils

Version:
8 lines (7 loc) 289 B
import { Transform } from 'style-dictionary/types'; /** * dimensionRemToPixel * @description convert all dimensions that use rem value to pixels, uses `platform.options.basePxFontSize` * as the base font, or `16` if not provided */ export declare const dimensionRemToPixel: Transform;