1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

adding in parenthesis for function use on remcalc

This commit is contained in:
Alex Windett 2016-12-12 12:17:51 +00:00
parent aa7264f000
commit c92fbdc029

View File

@ -36,10 +36,10 @@ const rangeThumb = css`
-webkit-appearance: none;
background: #FFFFFF;
cursor: pointer;
height: remcalc(24);
height: ${remcalc(24)};
position: relative;
top: -10px;
width: remcalc(36);
width: ${remcalc(36)};
${baseBox()}
`;