Fix linter issue

This commit is contained in:
Chi Vinh Le
2018-08-29 16:01:51 +02:00
parent bacd09e5c7
commit fbb194cdac
+1 -1
View File
@@ -37,7 +37,7 @@ const mediaQueryVariables = mapValues(
// with the smallest screen and gradually add styling for the
// next bigger screen. This is realized using `min-width` without
// ever using `max-width`.
v => `${Number.parseInt(v) + 1}px`
v => `${Number.parseInt(v, 10) + 1}px`
);
module.exports = {