From e1eeaa53668ab33a1f38287e6115edb0920a40a9 Mon Sep 17 00:00:00 2001 From: Tim Douglas Date: Thu, 17 Oct 2013 16:06:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a93b570..5c2f021 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ It will generate the same structure, only with css as its root folder like: When you specify an output file, this will be the file name used to compile **all** LESS files to. The content of the file will be overwritten after each compile. When you build all LESS file in the LESS base folder through *Tools \ Less>Css \ Compile all less in less base directory to css* you will only have the CSS of the last compiled file! Assign an empty string to have each LESS file compiled to its CSS counterpart, ie: site.less will become site.css. ### showErrorWithWindow -At the moment this parameter does not have any use. +Set to `true` to see parse errors in a pop up window # Project settings You can use the configuration settings that are described above and apply them to just the project you are working on. In order to do this you need to manually alter the `.sublime-project` file. A default project file looks like this: @@ -177,4 +177,4 @@ You can add the less2css settings like this: } } -Now the user settings `autoCompile` and `minify` will be overriden by the project setting. \ No newline at end of file +Now the user settings `autoCompile` and `minify` will be overriden by the project setting.