css2stylus.js
css2stylus.js copied to clipboard
window.pareseInt is not a function
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.
where are you running this code? node? browser? what versions?
Node version 5.4.1 Webpack Chromium (Google Chrome Linux Version)