diff options
Diffstat (limited to 'less.html.markdown')
| -rw-r--r-- | less.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/less.html.markdown b/less.html.markdown index 0cd95aba..86470585 100644 --- a/less.html.markdown +++ b/less.html.markdown @@ -8,7 +8,7 @@ contributors:  Less is a CSS pre-processor, that adds features such as variables, nesting, mixins and more.  Less (and other preprocessors, such as [Sass](http://sass-lang.com/)) help developers to write maintainable and DRY (Don't Repeat Yourself) code. -```css +```less  //Single line comments are removed when Less is compiled to CSS.  /*Multi line comments are preserved. */  | 
