summaryrefslogtreecommitdiffhomepage
path: root/less.html.markdown
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2016-02-12 23:04:31 -0800
committerAdam <adam@adambard.com>2016-02-12 23:04:31 -0800
commitf3b10beb01795bf7513ec8d06c9e90ab98df7a83 (patch)
tree0d5621e1ad3c7e0d934e235895a27046642540ef /less.html.markdown
parent5aa692f5f3bbfa7b79224748dcfd8ca5fba7a8bc (diff)
Clean up various errors
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.