summaryrefslogtreecommitdiffhomepage
path: root/es-es/less-es.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'es-es/less-es.html.markdown')
-rw-r--r--es-es/less-es.html.markdown4
1 files changed, 0 insertions, 4 deletions
diff --git a/es-es/less-es.html.markdown b/es-es/less-es.html.markdown
index fa09db9f..5837dd7c 100644
--- a/es-es/less-es.html.markdown
+++ b/es-es/less-es.html.markdown
@@ -12,8 +12,6 @@ Less es un pre-procesador CSS, que añade características como variables, anida
Less (y otros pre-procesadores como [Sass](http://sass-lang.com/) ayudan a los desarrolladores a escribir código mantenible y DRY (Don't Repeat Yourself).
```css
-
-
//Los comentarios de una línea son borrados cuando Less es compilado a CSS.
/* Los comentarios multi-línea se mantienen. */
@@ -372,8 +370,6 @@ body {
.gutter {
width: 6.25%;
}
-
-
```
## Practica Less