summaryrefslogtreecommitdiffhomepage
path: root/less.html.markdown
diff options
context:
space:
mode:
authorPetru Dimitriu <dimitriupetru@gmail.com>2016-02-15 20:32:50 +0200
committerPetru Dimitriu <dimitriupetru@gmail.com>2016-02-15 20:32:50 +0200
commit3bfea3740c865d07879d56b698b075dc43342184 (patch)
treeebc3c861b23bbe62a859a33ee81ec54eaf7febaa /less.html.markdown
parent528a761ca68b5d30fac6aed9686104a483467be6 (diff)
parent712c9f342ff054039bd8e93a43be6ea0846ebc83 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'less.html.markdown')
-rw-r--r--less.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/less.html.markdown b/less.html.markdown
index 41d66a54..7195271e 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.
-```less
+```css
//Single line comments are removed when Less is compiled to CSS.