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
Use the CSS LESS Compiler Plugin plugin which will watch .css on your projects and automatically compile them.
Or enable the LESS watcher of PyCharm 3.x which will do the same for each .less file you edit.
However, the LESS watcher may or may not work properly.
Example: The widgets/image.less is imported by the perseus.less file and must be compiled on its own but included on the resulting perseus.css. With the LESS watcher enabled, you may get a "compile error because the @baseFontFamily is undefined" error.