We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the postcss API document, plugin is required property in Result#messages, but postcss-import doesn't set it when it pushes dependency information to the messages.
plugin
postcss-import
The text was updated successfully, but these errors were encountered:
Set plugin property on dependency messages (#380)
67f4553
This is required as per http://api.postcss.org/Result.html#messages Fixes #379
Successfully merging a pull request may close this issue.
According to the postcss API document,
plugin
is required property in Result#messages, butpostcss-import
doesn't set it when it pushes dependency information to the messages.The text was updated successfully, but these errors were encountered: