diff options
author | Adam <adam@adambard.com> | 2016-02-12 23:04:31 -0800 |
---|---|---|
committer | Adam <adam@adambard.com> | 2016-02-12 23:04:31 -0800 |
commit | f3b10beb01795bf7513ec8d06c9e90ab98df7a83 (patch) | |
tree | 0d5621e1ad3c7e0d934e235895a27046642540ef /less.html.markdown | |
parent | 5aa692f5f3bbfa7b79224748dcfd8ca5fba7a8bc (diff) |
Clean up various errors
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 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. |