-
Notifications
You must be signed in to change notification settings - Fork 164
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
Undefined variable: "$radius-small" #58
Comments
I happened same problems on nuxt.js :S |
I found out the problem was in the way I imported in the .js file, not the sass import. I used to have a import like such This imported the .js and the .sass which was giving the error, changing the import so it only gets the specific js file needed fixed the error: (Im still importing the sass the same way as before) |
Hi, it's a weird behavior that sass trigger an error. @Kaisaurus thanks, I'll update the doc with your fix |
🎉 This issue has been resolved in version 0.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi, first of all thanks for this awesome project.
I just wanted to report a error I am getting when compiling.
My sass import looks like this:
I am using:
I am getting this error (I use GatsbyJS/React):
The text was updated successfully, but these errors were encountered: