UNPKG

vcc-ui

Version:

VCC UI is a collection of React UI Components that can be used for developing front-end applications at Volvo Car Corporation.

5 lines (3 loc) 119 B
const REM_TO_PX = 0.0625; const GRID_SIZE = 8; export const sizeToRem = size => `${size * GRID_SIZE * REM_TO_PX}rem`;