-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
getting "@use rules must be written before any other rules" error even though config has hoistUseStatements #150
Comments
No fix yet? |
I'm open to a PR! |
Still an issue. |
I have options: {
hoistUseStatements: true,
resources: ['@/assets/scss/settings/*'],
} This would expand to this:
I shouldn't get any error because of the hosting, but I still get one. I have a weird workaround, I remove the hosting (which make no sense) and manually move one of my file with options: {
resources: ['@/assets/scss/functions/svg-uri', '@/assets/scss/settings/*'],
} I don't understand why there is no error now because there is at leant one |
I'm still open for code and doc PRs! |
I don't know what the problem is and I can't say I understand how this plugin work, sorry. |
Ok, I'm dumb. It still doesn't work.
|
I'm experiencing this as well with |
Bump still having this issue. Any progress? |
I'm open to reviewing a PR. Another option is that you can hire ShakaCode to address this issue, and we can help you with many other issues. See shakacode.com and especially https://www.shakacode.com/blog/client-engagement-model/. If you're interested, please book a time with me. |
I have an
icons.scss
file which has in it:And my config has:
Yet I still get:
The text was updated successfully, but these errors were encountered: