diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e1fcc5..a1d1e369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # 1.4.1 WIP -- support for import inline option to include css that you do not want less to parse e.g. `@import (inline) "file.css";` -- better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant + - support for import inline option to include css that you do not want less to parse e.g. `@import (inline) "file.css";` + - better support for modifyVars (refresh styles with new variables, using a file cache), is now more resiliant + - support for import silent option to reference external css, but not output it. Any mixin calls or extend's will be output. # 1.4.1