-
Notifications
You must be signed in to change notification settings - Fork 940
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
@import not detected in .scss files #1950
Comments
Also when changing from .scss to sass it is working |
I tried switching from .scss to .sass but it didn't seem to fix, although it detects the dependency:
|
@devth Can you please paste here your import statement in the styles.sass file? |
Yep.
|
@GiladShoham , I have a feeling that something else is missing and it shows @devth , Did you add 'resolveModules` configuration into your workspace config? if so, could you copied it here? |
Nope, I don't have |
@devth , nope. I was just thinking that this
|
@davidfirst added you as collab on the repo and component. Working on
Feel free to add commits or whatever. Thanks! |
@devth , thanks for adding me as a collaborator. I was able to clone the project, switch to |
Nope you’re not missing anything. I can’t reproduce now either. But I tried a bunch of different stuff between originally reproducing and the current state so somehow along the way it got fixed. I can try repoing again.
… On Oct 16, 2019, at 12:37 PM, David First ***@***.***> wrote:
@devth , thanks for adding me as a collaborator. I was able to clone the project, switch to migrate-to-cra branch, but not sure how to reproduce the error.
I copied the import statements to src/components/GitHubOrgCards/bulma.css file, and also tried to rename it to .sass, but still no error. Am I missing something?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Oh ok, I got it. If you happen to reproduce the issue, I'd be glad to take a look at it. |
I believe this is fixed? Doesn't happen anymore. |
quite odd, but
@imports
are not being detected.I am seeing at least two resolved issues about this, so I can't explain why it's happening now.
this is my code:
I added this file using:
bit add styles.scss --id catplant
Status is "ok" , even though
../styles.scss
and~@bit/bit.gui.sizes
are missing:and no dependencies are detected:
the bug is not very consistent. Some things are detected:
generates this status:
any ideas why this is happening, and how to solve it?
Specifications:
The text was updated successfully, but these errors were encountered: