In **css2stylus.js** when I edited `n = window.parseInt(n, 10);` to `n = parseInt(n, 10)` The code is working fine now but with **window.parseInt** it gives error window.parseInt is not a function.