diff options
author | Jiang Haiyun <jiang.haiyun@gmail.com> | 2016-12-13 09:29:12 +0800 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-12-13 02:29:12 +0100 |
commit | 7dbbcd50def4a1d92f95058ad636083edb92a6a9 (patch) | |
tree | 8d81452ec3ec36e04c9323bb92f37fbc41a7a53a /less.html.markdown | |
parent | be9f44cf10ad22547d5f86f69e6c992e3f241302 (diff) |
missing right parenthesis (#2596)
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 ee67c1bc..1b26eb99 100644 --- a/less.html.markdown +++ b/less.html.markdown @@ -6,7 +6,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 (and other preprocessors, such as [Sass](http://sass-lang.com/)) help developers to write maintainable and DRY (Don't Repeat Yourself) code. ```css |