Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

window.pareseInt is not a function #23

Open
hadijaveed opened this issue Apr 22, 2016 · 2 comments
Open

window.pareseInt is not a function #23

hadijaveed opened this issue Apr 22, 2016 · 2 comments

Comments

@hadijaveed
Copy link

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.

@dciccale
Copy link
Owner

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

@hadijaveed
Copy link
Author

Node version 5.4.1
Webpack
Chromium (Google Chrome Linux Version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants