Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Steal build can not find less imports

$
0
0
In my less files I have an @import directives with path relative to steal root folder:


  1. @import '/styles/imports/variables';

the same result for
  1. @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?

Viewing all articles
Browse latest Browse all 3491

Trending Articles