You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I compile less in eclipse I get this message:
Unable to interpret argument O0 - if it is a plugin (less-plugin-O0), make sure that it is installed under or at the same level as less
it is the optimization level option that I can not turn off
I try it with the command line:
lessc style.less > style.ccs works well but
lessc style.less -O0 > style.ccs puts the same error message in the css file
The text was updated successfully, but these errors were encountered:
when I compile less in eclipse I get this message:
Unable to interpret argument O0 - if it is a plugin (less-plugin-O0), make sure that it is installed under or at the same level as less
it is the optimization level option that I can not turn off
I try it with the command line:
lessc style.less > style.ccs works well but
lessc style.less -O0 > style.ccs puts the same error message in the css file
The text was updated successfully, but these errors were encountered: