postcss plugin cant resolve custom property when used with postcss-apply
Hi, i am using the postcss extension and the postcss-apply plugin and webstorm can't resolve the custom properties.
I am using Webstorm WebStorm 2018.2 Build #WS-182.3684.70, built on July 20, 2018 with the postcss extension Version: 182.2371.6

Please sign in to leave a comment.
Works for me using similar example:
please try invalidating caches - does the issue persist? If yes, please provide a file that shows up the issue
Thank you for your example Elena. It was a problem with my definition. I missed the ":" after the variable name. I am surprised that it worked at all with my wrong definition :)
Thanks for your help.