FormidableLabs / css-to-radium

Radium migration CLI, converts CSS to Radium-compatible JS objects.
MIT License
79 stars 5 forks source link

Large css files generate empty .js result #9

Open austinmao opened 8 years ago

austinmao commented 8 years ago

It seems that after about 2000 lines, css-to-radium generates an empty .js file. Do you have a suggestion for how to work with this?

alexlande commented 8 years ago

Interesting. I'll take a look and see if I can figure out what's going on.

austinmao commented 8 years ago

Thanks. FYI I have confirmed this by converting up to ~2k lines, failing at ~2.1k lines; then converting the ~100 lines that didn't work just fine.