css2stylus.js icon indicating copy to clipboard operation
css2stylus.js copied to clipboard

window.pareseInt is not a function

Open hadijaveed opened this issue 9 years ago • 2 comments

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.

hadijaveed avatar Apr 22 '16 07:04 hadijaveed

where are you running this code? node? browser? what versions?

dciccale avatar Apr 22 '16 08:04 dciccale

Node version 5.4.1 Webpack Chromium (Google Chrome Linux Version)

hadijaveed avatar Apr 23 '16 17:04 hadijaveed