You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So there's the existing problem of not being able to import partials the Sassy way like @import 'Variables' and instead having to do @import '_Variables.scss', which is at least fixable, but annoying.
However, importing cdn hosted Sass is also causing the plugin to crash and I'm not sure how to work around it. Example: this web font @import url('https://fonts.googleapis.com/css?family=Aguafina+Script'); which Atom's native Sass intelisense had no issue with but unfortunately crashes this plugin. Is there any workaround like with importing partials? Or is this something that simply cannot be done at this time?
The text was updated successfully, but these errors were encountered:
So there's the existing problem of not being able to import partials the Sassy way like
@import 'Variables'
and instead having to do@import '_Variables.scss'
, which is at least fixable, but annoying.However, importing cdn hosted Sass is also causing the plugin to crash and I'm not sure how to work around it. Example: this web font
@import url('https://fonts.googleapis.com/css?family=Aguafina+Script');
which Atom's native Sass intelisense had no issue with but unfortunately crashes this plugin. Is there any workaround like with importing partials? Or is this something that simply cannot be done at this time?The text was updated successfully, but these errors were encountered: