LESS Support: @import paths - how do you configure?
When I run my Gulp task to watch/compiled my .less files, I can tell it what paths to look in to find the files that are @imported by my stylesheets.
Unfortunately, I can't seem to find a way to configure the inspection for LESS support with paths, so it shows all my imports as missing/unresolved in the editor view.
How can I either disable that import checking inspection, or configure it with paths?
Thanks!
Tim
Unfortunately, I can't seem to find a way to configure the inspection for LESS support with paths, so it shows all my imports as missing/unresolved in the editor view.
How can I either disable that import checking inspection, or configure it with paths?
Thanks!
Tim
1 条评论
排序方式
日期
投票数
Mixture handles compilation automatically for Sass, Less, Stylus and CoffeeScript. We've also introduced our own type "Mix" which simply extends the functionality of standard script and style files.
请先登录再写评论。