How to have Webstorm ignore braces in Less import path

I have some LESS files in a local package. One of these Less files imports other Less files in the package, so I am using this syntax to reference them:

@import "{my-package-name}/css/theme.import.less";

However, in doing this, Webstorm cannot recognize the pth and so the Less variables cannto be found - how do I get around this?

I have the same question about this, have you resolve it?:grinning:

Nope, not yet :frowning: