-
-
Notifications
You must be signed in to change notification settings - Fork 46
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 mixin on first run #46
Comments
Where did you define mixins? And what is your plugin list? |
Maybe this issue is related? postcss/postcss-import#168 |
Mixins here, installed via NPM https://github.com/stylep/stylep-dropdown/blob/master/index.css |
Yeap, looks like you have problem with import. You can always check it by open mix in plugin JS file and put @ben-ben-eb maybe we should add some option for postcss-devtools to see input CSS for some plugin? |
Sure, PR welcome. |
In my case, switching back to postcss-import v.7 fixed the problem. Related issue. |
Yea, or in my case, switched to postcss-apply. |
With mixins I'm importing from
node_modules
I'm getting an error:
And with the same code on second run
It's seeming like there is a open loop where it can't read or refresh what's in
node_modules
on first run.The text was updated successfully, but these errors were encountered: