moudy / broccoli-taco

Static Sites Powered by Broccoli
http://broccoli-taco.com/
94 stars 14 forks source link

@import google fonts throws exception #9

Open narayanpai opened 9 years ago

narayanpai commented 9 years ago

I'm trying to import a scss file which in turn imports a google font as below @import 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin';

broccoli-taco serve tries to open this file and throws exception

Is it an issue or am i doing something wrong