UNPKG

style-dictionary-utils

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