-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to import google fonts with sass #10
Comments
SOLUTION // FILE: src/assets/styles/base/_typography.sass
@import url('https://fonts.googleapis.com/css?family=Karla:400,700|Rubik:400,500,700') // FILE: main.sass
@import 'base/typography' |
It must be a bug when the loader resolves |
I am still experiencing the exact same issue as @snowman, moving the type imports to a separate file worked fine. |
It's a problem with sass-resources-loader as well: webpack/webpack#8865 (comment) |
Actually it's not a problem. |
Also, moving those url imports from your |
Error:
The text was updated successfully, but these errors were encountered: