`lib/utils.js, string 75` `result[key] = value.endsWith('px') ? parseInt(value, 10) : value;` You would get next transform: `String: '4px 4px' -> Number: 4` Btw why did you add this check?