export const wToR = width => { return width * 0.1 + 'rem'; }; export const hToV = height => { return height / 10.8 + 'vh'; };