In my less files I have an @import directives with path relative to
steal root folder:
- @import '/styles/imports/variables';
the same result for
- @import 'styles/imports/variables';
so styles folder is located in steal root folder. But
whle build it says that can not find file.
So steal build understands only relative path to the less source,
where is it possible to point to additional paths for imports?