brackets-sass icon indicating copy to clipboard operation
brackets-sass copied to clipboard

@import with Google Web Fonts pulls out an error

Open s4m2d opened this issue 9 years ago • 7 comments

file not found or not readable* at simple Google Web Fonts @import url("...") :/

s4m2d avatar Sep 12 '14 22:09 s4m2d

having a similar issue, getting the error message

Fatal node-sass error, signal=SIGSEGV

Dakkers avatar Oct 23 '14 03:10 Dakkers

@samsblog @StDako Are either of your projects posted on github so I can try to reproduce the bugs?

jasonsanjose avatar Nov 06 '14 03:11 jasonsanjose

@samsblog @StDako Can you try the update 1.0.2-77 in the extension registry? There were some windows-only bugs that should be fixed now.

jasonsanjose avatar Nov 20 '14 03:11 jasonsanjose

@jasonsanjose I'm running Ubuntu 14.04 and still getting this error with the new version. my code is simply a single SASS file, as such:

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

tried without a semicolon, same error:

file to import not found or unreadable: "url(http://fonts.googleapis.com/css?family=Open+Sans);"    @import url(http://fonts.googleapis.com/css?family=Open+Sans);

Dakkers avatar Nov 23 '14 04:11 Dakkers

Looks fixed to me in 1.0.4-83. @StDako or @samsblog, can you update and let me know if it works? There was an issue on mac that could have caused this problem.

jasonsanjose avatar Jan 21 '15 06:01 jasonsanjose

~~seems to be working, on Linux at least. I could attempt to reproduce it on Windows if need be.~~

Dakkers avatar Feb 25 '15 18:02 Dakkers

never mind - was trying something different than I was before. I'm getting the same error.

Dakkers avatar Feb 25 '15 18:02 Dakkers