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
I can't find any documentation to tell if this is like, intended behavior or not. Should I not be using @import url(...) to load (e.g.) fonts from a CDN anyway?
Possibly related to #479
I'm attempting to import a Google fonts stylesheet with the following
The bundler throws with
I'm using
bundle
to bundle this file.Expected result:
Imports from URLs should probably remain as urls and not bundle the code.
Version:
The text was updated successfully, but these errors were encountered: