forked from drone/command-center-dashboard
src/utils/rem.js @@ -8,6 +8,5 @@ } export const pxToRem = width => { return width * 0.1 + 'rem'; }; return width * 0.1 + 'rem' }