jedfoster / SassMeister

The Sass playground
http://sassmeister.com
199 stars 25 forks source link

Cannot add libraries #200

Closed PixelT closed 6 years ago

PixelT commented 6 years ago

When I try to add library, I get an error in console:

app-f77aac73dd.min.js:3 TypeError: Cannot read property 'length' of undefined
    at t.e.insertImport (app-f77aac73dd.min.js:1)
    at fn (eval at compile (app-f77aac73dd.min.js:5), <anonymous>:4:351)
    at i (app-f77aac73dd.min.js:6)
    at t.$eval (app-f77aac73dd.min.js:3)
    at t.$apply (app-f77aac73dd.min.js:3)
    at HTMLAnchorElement.<anonymous> (app-f77aac73dd.min.js:6)
    at rt (app-f77aac73dd.min.js:1)
    at HTMLAnchorElement.n (app-f77aac73dd.min.js:1)

and finally the library are not added...

jedfoster commented 6 years ago

What library are you trying to add? What compiler are you using (LibSass, Dart, or Ruby)?

If possible, please provide a link to a gist showing this issue.

PixelT commented 6 years ago

It's no matter which compiler I set, it broken in all extension which I want to add, in all type of compiler :(

jedfoster commented 6 years ago

Pushed an update to the app. Should be fixed now. Clear your cache and reload.

PixelT commented 6 years ago

It works, thanks!