1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-16 21:18:40 +01:00

missing right parenthesis (#2596)

This commit is contained in:
Jiang Haiyun 2016-12-13 09:29:12 +08:00 committed by ven
parent be9f44cf10
commit 7dbbcd50de

View File

@ -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