flex-gap-polyfill
flex-gap-polyfill copied to clipboard
plugin did not pass the `from` option to `postcss.parse`
I'm using this plugin with vite. The following warning is printed in console:
A PostCSS plugin did not pass the `from` option to `postcss.parse`. This may cause imported assets to be incorrectly transformed. If you've recently added a PostCSS plugin that raised this warning, please contact the package author to fix the issue.
postcss v8.4.23 flex-gap-polyfill v4.1.2
Thanks for sharing this. This plugin does not use the method postcss.parse so I'm not sure what's causing this warning but I will investigate.
Is it preventing you from doing anything?
Thanks for investigating this. But you should mark #89 a duplicate of this issue instead.
Sorry I didn't mean any offense if caused by marking yours as a duplicate. I linked the latter issue because that has the most of my notes on it.