diff options
Diffstat (limited to 'zh-cn/less-cn.html.markdown')
| -rw-r--r-- | zh-cn/less-cn.html.markdown | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/zh-cn/less-cn.html.markdown b/zh-cn/less-cn.html.markdown index 365a0287..973c268b 100644 --- a/zh-cn/less-cn.html.markdown +++ b/zh-cn/less-cn.html.markdown @@ -13,8 +13,6 @@ Less是一种CSS预处理器,它增加了诸如变量、嵌套、mixin等功  Less(以及其它预处理器,如[Sass](http://sass-lang.com/))能帮助开发人员编写易维护,DRY (Don't Repeat Yourself) 的代码。  ```css - -  //单行注释在编译成CSS后会被删除。  /* 多行注释将保留. */ @@ -366,8 +364,6 @@ body {  .gutter {    width: 6.25%;  } - -  ```  ## 实践Less | 
