sublime-less2css
sublime-less2css copied to clipboard
"main_file" issue: not compile css from subfolder
I have following tree folders: (components) -----header.less -----footer.less -----content.less main.less i.sublime-projeect
I set "main_file": "main.less" in sublime project file. When i try compile any less file from componets folder. main.less doesn't compile.
I put files from components in the same folder main.less and try compile footer.less, main.less compiles too.
I have the same issue. Could anyone help?
looks like main_file
is relative to the current less file being compiled, so you may need to set main_file: "../main.less"
in your settings file
../main.less does not work just appends it to the path as string.
C:\wamp\www\bootstrap\themes\dbootstrap\form..\main.css
I think, that's a duplicate of #60. solution for this (e.g. be relative to the project file is proposed in the other issue)