Search code examples
variablesimportlessphpstorm

How to see Less variables which in separate files?


phpStorm

I had one very big .less file that I am break into smaller files. And I'm using one .less file which including imports of others. All works and compiles good. But It's really awkward to edit small files, because I do not see the variables of the other files in them.

Is there a way to force IDE to differentiate variables from other? Only idea that I have it's in each separate file write file import from file with variables?


Solution

  • @import should be used to make aliases